OpenGL.raw.GL.INTEL.parallel_arrays
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/INTEL/parallel_arrays.py

OpenGL extension INTEL.parallel_arrays
 
Overview (from the spec)
        
        This extension adds the ability to format vertex arrays in a way that's 
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/INTEL/parallel_arrays.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
       
glInitParallelArraysINTEL()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_INTEL_parallel_arrays'
GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL = GL_COLOR_ARRAY_PARALLEL_POINTERS_INTEL
GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL = GL_NORMAL_ARRAY_PARALLEL_POINTERS_INTEL
GL_PARALLEL_ARRAYS_INTEL = GL_PARALLEL_ARRAYS_INTEL
GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL = GL_TEXTURE_COORD_ARRAY_PARALLEL_POINTERS_INTEL
GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL = GL_VERTEX_ARRAY_PARALLEL_POINTERS_INTEL
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/INTEL/parallel_arrays.py'
__name__ = 'OpenGL.raw.GL.INTEL.parallel_arrays'
glColorPointervINTEL = <OpenGL.platform.baseplatform.glColorPointervINTEL object at 0x8c278cc>
glNormalPointervINTEL = <OpenGL.platform.baseplatform.glNormalPointervINTEL object at 0x8c2788c>
glTexCoordPointervINTEL = <OpenGL.platform.baseplatform.glTexCoordPointervINTEL object at 0x8c277ac>
glVertexPointervINTEL = <OpenGL.platform.baseplatform.glVertexPointervINTEL object at 0x8c2784c>