| OpenGL.GL.ARB.texture_compression | index /tmp/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 | ||||||
| ||||||
| 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__ = '/tmp/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 0x93d44ec> glCompressedTexImage2DARB = <OpenGL.platform.baseplatform.glCompressedTexImage2DARB object at 0x93d44ac> glCompressedTexImage3DARB = <OpenGL.platform.baseplatform.glCompressedTexImage3DARB object at 0x93d446c> glCompressedTexSubImage1DARB = <OpenGL.platform.baseplatform.glCompressedTexSubImage1DARB object at 0x93d460c> glCompressedTexSubImage2DARB = <OpenGL.platform.baseplatform.glCompressedTexSubImage2DARB object at 0x93d456c> glCompressedTexSubImage3DARB = <OpenGL.platform.baseplatform.glCompressedTexSubImage3DARB object at 0x93d452c> glGetCompressedTexImageARB = <OpenGL.platform.baseplatform.glGetCompressedTexImageARB object at 0x93d464c> | ||