Module: GL_IMG_texture_compression_pvrtc::Constants

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

Constant Summary collapse

COMPRESSED_RGB_PVRTC_4BPPV1_IMG =
0x8C00
COMPRESSED_RGB_PVRTC_2BPPV1_IMG =
0x8C01
COMPRESSED_RGBA_PVRTC_4BPPV1_IMG =
0x8C02
COMPRESSED_RGBA_PVRTC_2BPPV1_IMG =
0x8C03