OpenGL.GL.ARB.texture_compression
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/ARB/texture_compression.py

OpenGL extension ARB.texture_compression
 
This module customises the behaviour of the 
OpenGL.raw.GL.ARB.texture_compression to provide a more 
Python-friendly API

 
Modules
       
OpenGL.arrays
OpenGL.constant
OpenGL.constants
ctypes
OpenGL.extensions
OpenGL.GL.glget
OpenGL.GL.images
OpenGL.platform
OpenGL.wrapper

 
Data
        EXTENSION_NAME = 'GL_ARB_texture_compression'
GL_COMPRESSED_ALPHA_ARB = GL_COMPRESSED_ALPHA_ARB
GL_COMPRESSED_INTENSITY_ARB = GL_COMPRESSED_INTENSITY_ARB
GL_COMPRESSED_LUMINANCE_ALPHA_ARB = GL_COMPRESSED_LUMINANCE_ALPHA_ARB
GL_COMPRESSED_LUMINANCE_ARB = GL_COMPRESSED_LUMINANCE_ARB
GL_COMPRESSED_RGBA_ARB = GL_COMPRESSED_RGBA_ARB
GL_COMPRESSED_RGB_ARB = GL_COMPRESSED_RGB_ARB
GL_COMPRESSED_TEXTURE_FORMATS_ARB = GL_COMPRESSED_TEXTURE_FORMATS_ARB
GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB
GL_TEXTURE_COMPRESSED_ARB = GL_TEXTURE_COMPRESSED_ARB
GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB = GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB
GL_TEXTURE_COMPRESSION_HINT_ARB = GL_TEXTURE_COMPRESSION_HINT_ARB
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/ARB/texture_compression.py'
__name__ = 'OpenGL.GL.ARB.texture_compression'
glCompressedTexImage1DARB = <OpenGL.platform.baseplatform.glCompressedTexImage1DARB object at 0x8879acc>
glCompressedTexImage2DARB = <OpenGL.platform.baseplatform.glCompressedTexImage2DARB object at 0x8879a8c>
glCompressedTexImage3DARB = <OpenGL.platform.baseplatform.glCompressedTexImage3DARB object at 0x8879a4c>
glCompressedTexSubImage1DARB = <OpenGL.platform.baseplatform.glCompressedTexSubImage1DARB object at 0x8879b8c>
glCompressedTexSubImage2DARB = <OpenGL.platform.baseplatform.glCompressedTexSubImage2DARB object at 0x8879b4c>
glCompressedTexSubImage3DARB = <OpenGL.platform.baseplatform.glCompressedTexSubImage3DARB object at 0x8879b0c>
glGetCompressedTexImageARB = <OpenGL.platform.baseplatform.glGetCompressedTexImageARB object at 0x8879bcc>