OpenGL.raw.GL.EXT.histogram | index /build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/histogram.py |
OpenGL extension EXT.histogram
Overview (from the spec)
This extension defines pixel operations that count occurences of
specific color component values (histogram) and that track the minimum
and maximum color component values (minmax). An optional mode allows
pixel data to be discarded after the histogram and/or minmax operations
are completed. Otherwise the pixel data continue on to the next
operation unaffected.
The official definition of this extension is available here:
http://oss.sgi.com/projects/ogl-sample/registry/EXT/histogram.txt
Automatically generated by the get_gl_extensions script, do not edit!
Modules | ||||||
|
Functions | ||
|
Data | ||
GL_HISTOGRAM_ALPHA_SIZE_EXT = GL_HISTOGRAM_ALPHA_SIZE_EXT GL_HISTOGRAM_BLUE_SIZE_EXT = GL_HISTOGRAM_BLUE_SIZE_EXT GL_HISTOGRAM_EXT = GL_HISTOGRAM_EXT GL_HISTOGRAM_FORMAT_EXT = GL_HISTOGRAM_FORMAT_EXT GL_HISTOGRAM_GREEN_SIZE_EXT = GL_HISTOGRAM_GREEN_SIZE_EXT GL_HISTOGRAM_LUMINANCE_SIZE_EXT = GL_HISTOGRAM_LUMINANCE_SIZE_EXT GL_HISTOGRAM_RED_SIZE_EXT = GL_HISTOGRAM_RED_SIZE_EXT GL_HISTOGRAM_SINK_EXT = GL_HISTOGRAM_SINK_EXT GL_HISTOGRAM_WIDTH_EXT = GL_HISTOGRAM_WIDTH_EXT GL_MINMAX_EXT = GL_MINMAX_EXT GL_MINMAX_FORMAT_EXT = GL_MINMAX_FORMAT_EXT GL_MINMAX_SINK_EXT = GL_MINMAX_SINK_EXT GL_PROXY_HISTOGRAM_EXT = GL_PROXY_HISTOGRAM_EXT GL_TABLE_TOO_LARGE_EXT = GL_TABLE_TOO_LARGE_EXT __file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/histogram.py' __name__ = 'OpenGL.raw.GL.EXT.histogram' |