Previous: OpenGL.GL.VERSION.GL_1_2 OpenGL. GL. VERSION. GL_1_2_DEPRECATED Next: OpenGL.GL.VERSION.GL_1_2_images

OpenGL. GL. VERSION. GL_1_2_DEPRECATED

OpenGL extension VERSION.GL_1_2_DEPRECATED
This module customises the behaviour of the OpenGL.raw.GL.VERSION.GL_1_2_DEPRECATED to provide a more Python-friendly API
The official definition of this extension is available here: http://www.opengl.org/registry/specs/VERSION/GL_1_2_DEPRECATED.txt

Functions

glColorSubTable( target , start , count , format , type , data )
glColorTable( target , internalformat , width , format , type , table )
glColorTableParameterfv( target , pname , params )
glColorTableParameteriv( target , pname , params )
glConvolutionFilter1D( target , internalformat , width , format , type , image )
glConvolutionFilter2D( target , internalformat , width , height , format , type , image )
glConvolutionParameterf( target , pname , params )
glConvolutionParameterfv( target , pname , params )
glConvolutionParameteri( target , pname , params )
glConvolutionParameteriv( target , pname , params )
glCopyColorSubTable( target , start , x , y , width )
glCopyColorTable( target , internalformat , x , y , width )
glCopyConvolutionFilter1D( target , internalformat , x , y , width )
glCopyConvolutionFilter2D( target , internalformat , x , y , width , height )
glGetColorTable( target , format , type , table )
glGetColorTableParameterfv( target , pname , params )
glGetColorTableParameteriv( target , pname , params )
glGetConvolutionFilter( target , format , type , image )
glGetConvolutionParameterfv( target , pname , params )
glGetConvolutionParameteriv( target , pname , params )
glGetHistogram( target , reset , format , type , values )
glGetHistogramParameterfv( target , pname , params )
glGetHistogramParameteriv( target , pname , params )
glGetMinmax( target , reset , format , type , values )
glGetMinmaxParameterfv( target , pname , params )
glGetMinmaxParameteriv( target , pname , params )
glGetSeparableFilter( target , format , type , row , column , span )
glHistogram( target , width , internalformat , sink )
glMinmax( target , internalformat , sink )
glResetMinmax( target )
glSeparableFilter2D( target , internalformat , width , height , format , type , row , column )
Previous: OpenGL.GL.VERSION.GL_1_2 OpenGL. GL. VERSION. GL_1_2_DEPRECATED Next: OpenGL.GL.VERSION.GL_1_2_images