Module: GL_OES_compressed_paletted_texture::Constants

Defined in:
lib/opengl-definitions/extensions/GL_OES_compressed_paletted_texture.rb

Constant Summary collapse

PALETTE4_RGB8_OES =
0x8B90
PALETTE4_RGBA8_OES =
0x8B91
PALETTE4_R5_G6_B5_OES =
0x8B92
PALETTE4_RGBA4_OES =
0x8B93
PALETTE4_RGB5_A1_OES =
0x8B94
PALETTE8_RGB8_OES =
0x8B95
PALETTE8_RGBA8_OES =
0x8B96
PALETTE8_R5_G6_B5_OES =
0x8B97
PALETTE8_RGBA4_OES =
0x8B98
PALETTE8_RGB5_A1_OES =
0x8B99