OpenGL.raw.GL.EXT.copy_texture
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/copy_texture.py

OpenGL extension EXT.copy_texture
 
Overview (from the spec)
        
        This extension defines methods to load texture images directly from the
        framebuffer.  Methods are defined for both complete and partial
        replacement of a texture image.  Because it is not possible to define
        an entire 3D texture using a 2D framebuffer image, 3D textures are
        supported only for partial replacement.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/copy_texture.txt
 
Automatically generated by the get_gl_extensions script, do not edit!

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

 
Functions
       
glCopyTexImage1DEXT(...)
glCopyTexImage1DEXT( GLenum(target), GLint(level), GLenum(internalformat), GLint(x), GLint(y), GLsizei(width), GLint(border) ) -> None
glCopyTexImage2DEXT(...)
glCopyTexImage2DEXT( GLenum(target), GLint(level), GLenum(internalformat), GLint(x), GLint(y), GLsizei(width), GLsizei(height), GLint(border) ) -> None
glCopyTexSubImage1DEXT(...)
glCopyTexSubImage1DEXT( GLenum(target), GLint(level), GLint(xoffset), GLint(x), GLint(y), GLsizei(width) ) -> None
glCopyTexSubImage2DEXT(...)
glCopyTexSubImage2DEXT( GLenum(target), GLint(level), GLint(xoffset), GLint(yoffset), GLint(x), GLint(y), GLsizei(width), GLsizei(height) ) -> None
glCopyTexSubImage3DEXT(...)
glCopyTexSubImage3DEXT( GLenum(target), GLint(level), GLint(xoffset), GLint(yoffset), GLint(zoffset), GLint(x), GLint(y), GLsizei(width), GLsizei(height) ) -> None
glInitCopyTextureEXT()
Return boolean indicating whether this extension is available

 
Data
        __file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/copy_texture.py'
__name__ = 'OpenGL.raw.GL.EXT.copy_texture'