OpenGL.GL.EXT.fog_coord
OpenGL extension EXT.fog_coord
This module customises the behaviour of the
OpenGL.raw.GL.EXT.fog_coord to provide a more
Python-friendly API
Overview (from the spec)
This extension allows specifying an explicit per-vertex fog
coordinate to be used in fog computations, rather than using a
fragment depth-based fog equation.
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/EXT/fog_coord.txt
Functions
Constants
GL_CURRENT_FOG_COORDINATE_EXT (33875)
GL_FOG_COORDINATE_ARRAY_EXT (33879)
GL_FOG_COORDINATE_ARRAY_POINTER_EXT (33878)
GL_FOG_COORDINATE_ARRAY_STRIDE_EXT (33877)
GL_FOG_COORDINATE_ARRAY_TYPE_EXT (33876)
GL_FOG_COORDINATE_EXT (33873)
GL_FOG_COORDINATE_SOURCE_EXT (33872)
GL_FRAGMENT_DEPTH_EXT (33874)