OpenGL.GL.ARB.point_parameters
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/ARB/point_parameters.py

OpenGL extension ARB.point_parameters
 
This module customises the behaviour of the 
OpenGL.raw.GL.ARB.point_parameters to provide a more 
Python-friendly API

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

 
Functions
        glPointParameterfvARB( pname,params )
pyConverters: pname=None, params=<OpenGL.converters.CallFuncPyConverter object at 0x887976c>
cConverters: pname=None, params=<OpenGL.converters.getPyArgsName object at 0x8875d4c>
cResolvers: Not Used
storeValues: Not Used
returnValues:
returnPointer(result, baseOperation, pyArgs, cArgs)
Return the converted object as result of function
 
Note: this is a hack that always returns pyArgs[0]!
Wrapping Operation: glPointParameterfvARB( GLenum(pname), GLfloatArray(params) ) -> None

 
Data
        EXTENSION_NAME = 'GL_ARB_point_parameters'
GL_POINT_DISTANCE_ATTENUATION_ARB = GL_POINT_DISTANCE_ATTENUATION_ARB
GL_POINT_FADE_THRESHOLD_SIZE_ARB = GL_POINT_FADE_THRESHOLD_SIZE_ARB
GL_POINT_SIZE_MAX_ARB = GL_POINT_SIZE_MAX_ARB
GL_POINT_SIZE_MIN_ARB = GL_POINT_SIZE_MIN_ARB
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/ARB/point_parameters.py'
__name__ = 'OpenGL.GL.ARB.point_parameters'
glPointParameterfARB = <OpenGL.platform.baseplatform.glPointParameterfARB object at 0x88796ec>