OpenGL.raw.GL.EXT.multi_draw_arrays
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/multi_draw_arrays.py

OpenGL extension EXT.multi_draw_arrays
 
Overview (from the spec)
        
        These functions behave identically to the standard OpenGL 1.1 functions
        glDrawArrays() and glDrawElements() except they handle multiple lists of
        vertices in one call. Their main purpose is to allow one function call
        to render more than one primitive such as triangle strip, triangle fan,
        etc.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/multi_draw_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
       
glInitMultiDrawArraysEXT()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_EXT_multi_draw_arrays'
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/multi_draw_arrays.py'
__name__ = 'OpenGL.raw.GL.EXT.multi_draw_arrays'
glMultiDrawArraysEXT = <OpenGL.platform.baseplatform.glMultiDrawArraysEXT object at 0x85eeaac>
glMultiDrawElementsEXT = <OpenGL.platform.baseplatform.glMultiDrawElementsEXT object at 0x85eec2c>