Enum ImgreadFormat
Not used directly.
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
[Obsolete("Use enum with correct capitalisation instead.")]
[CLSCompliant(false)]
public enum ImgreadFormat
Fields
Name | Description |
---|---|
Bgra | Original was GL_BGRA = 0x80E1 |
ImgReadFormat | Original was GL_IMG_read_format = 1 |
UnsignedShort1555Rev | Original was GL_UNSIGNED_SHORT_1_5_5_5_REV = 0x8366 |
UnsignedShort4444Rev | Original was GL_UNSIGNED_SHORT_4_4_4_4_REV = 0x8365 |