OpenGL.GL.VERSION.GL_4_0

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

Functions

glBlendEquationi( buf , mode )
glBlendEquationSeparatei( buf , modeRGB , modeAlpha )
glBlendFunci( buf , src , dst )
glBlendFuncSeparatei( buf , srcRGB , dstRGB , srcAlpha , dstAlpha )

Constants

GL_INT_SAMPLER_CUBE_MAP_ARRAY (36878)
GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET (36447)
GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET (36446)
GL_MIN_SAMPLE_SHADING_VALUE (35895)
GL_PROXY_TEXTURE_CUBE_MAP_ARRAY (36875)
GL_SAMPLE_SHADING (35894)
GL_SAMPLER_CUBE_MAP_ARRAY (36876)
GL_SAMPLER_CUBE_MAP_ARRAY_SHADOW (36877)
GL_TEXTURE_BINDING_CUBE_MAP_ARRAY (36874)
GL_TEXTURE_CUBE_MAP_ARRAY (36873)
GL_UNSIGNED_INT_SAMPLER_CUBE_MAP_ARRAY (36879)