OpenGL.GL.EXT.histogram

OpenGL extension EXT.histogram
This module customises the behaviour of the OpenGL.raw.GL.EXT.histogram to provide a more Python-friendly API
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://www.opengl.org/registry/specs/EXT/histogram.txt

Functions

Constants

GL_HISTOGRAM_ALPHA_SIZE_EXT (32811)
GL_HISTOGRAM_BLUE_SIZE_EXT (32810)
GL_HISTOGRAM_EXT (32804)
GL_HISTOGRAM_FORMAT_EXT (32807)
GL_HISTOGRAM_GREEN_SIZE_EXT (32809)
GL_HISTOGRAM_LUMINANCE_SIZE_EXT (32812)
GL_HISTOGRAM_RED_SIZE_EXT (32808)
GL_HISTOGRAM_SINK_EXT (32813)
GL_HISTOGRAM_WIDTH_EXT (32806)
GL_MINMAX_EXT (32814)
GL_MINMAX_FORMAT_EXT (32815)
GL_MINMAX_SINK_EXT (32816)
GL_PROXY_HISTOGRAM_EXT (32805)
GL_TABLE_TOO_LARGE_EXT (32817)