| OpenGL.GL.EXT.copy_texture | index /tmp/buildd/pyopengl-3.0.0~b6/OpenGL/GL/EXT/copy_texture.py |
OpenGL extension EXT.copy_texture
This module customises the behaviour of the
OpenGL.raw.GL.EXT.copy_texture to provide a more
Python-friendly API
| Modules | ||||||
| ||||||
| Data | ||
| EXTENSION_NAME = 'GL_EXT_copy_texture' __file__ = '/tmp/buildd/pyopengl-3.0.0~b6/OpenGL/GL/EXT/copy_texture.py' __name__ = 'OpenGL.GL.EXT.copy_texture' glCopyTexImage1DEXT = <OpenGL.platform.baseplatform.glCopyTexImage1DEXT object at 0x8b69c8c> glCopyTexImage2DEXT = <OpenGL.platform.baseplatform.glCopyTexImage2DEXT object at 0x8b69ccc> glCopyTexSubImage1DEXT = <OpenGL.platform.baseplatform.glCopyTexSubImage1DEXT object at 0x8b69d2c> glCopyTexSubImage2DEXT = <OpenGL.platform.baseplatform.glCopyTexSubImage2DEXT object at 0x8b69d6c> glCopyTexSubImage3DEXT = <OpenGL.platform.baseplatform.glCopyTexSubImage3DEXT object at 0x8b69dcc> | ||