OpenGL.GL.NV.copy_image
index
/home/mcfletch/pylive/OpenGL/GL/NV/copy_image.py

OpenGL extension NV.copy_image
 
This module customises the behaviour of the 
OpenGL.raw.GL.NV.copy_image to provide a more 
Python-friendly API
 
Overview (from the spec)
        
        This extension enables efficient image data transfer between image
        objects (i.e. textures and renderbuffers) without the need to bind
        the objects or otherwise configure the rendering pipeline.  The
        WGL and GLX versions allow copying between images in different
        contexts, even if those contexts are in different sharelists or
        even on different physical devices.
 
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/NV/copy_image.txt

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

 
Data
        EXTENSION_NAME = 'GL_NV_copy_image'
__file__ = '/home/mcfletch/pylive/OpenGL/GL/NV/copy_image.pyc'
__name__ = 'OpenGL.GL.NV.copy_image'
__package__ = 'OpenGL.GL.NV'
glCopyImageSubDataNV = <OpenGL.platform.baseplatform.glCopyImageSubDataNV object at 0x78dd0d0>