OpenGL.GL.EXT.copy_texture
index
/build/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
       
OpenGL.arrays
OpenGL.constant
OpenGL.constants
ctypes
OpenGL.extensions
OpenGL.GL.glget
OpenGL.platform
OpenGL.wrapper

 
Data
        EXTENSION_NAME = 'GL_EXT_copy_texture'
__file__ = '/build/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 0x85c702c>
glCopyTexImage2DEXT = <OpenGL.platform.baseplatform.glCopyTexImage2DEXT object at 0x85c708c>
glCopyTexSubImage1DEXT = <OpenGL.platform.baseplatform.glCopyTexSubImage1DEXT object at 0x85c70cc>
glCopyTexSubImage2DEXT = <OpenGL.platform.baseplatform.glCopyTexSubImage2DEXT object at 0x85c712c>
glCopyTexSubImage3DEXT = <OpenGL.platform.baseplatform.glCopyTexSubImage3DEXT object at 0x85c716c>