OpenGL.GLES1.IMG.texture_compression_pvrtc

OpenGL extension IMG.texture_compression_pvrtc
This module customises the behaviour of the OpenGL.raw.GLES1.IMG.texture_compression_pvrtc to provide a more Python-friendly API
The official definition of this extension is available here: http://www.opengl.org/registry/specs/IMG/texture_compression_pvrtc.txt

Functions

Constants

GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG (35841)
GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG (35840)
GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG (35843)
GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG (35842)