#include <mtypes.h>
Data Fields | |
GLuint | Width |
number of table entries | |
GLint | Format |
GL_ALPHA, GL_RGB, etc. | |
GLuint | Count [HISTOGRAM_TABLE_SIZE][4] |
the histogram | |
GLboolean | Sink |
terminate image transfer? | |
GLubyte | RedSize |
Bits per counter. | |
GLubyte | GreenSize |
GLubyte | BlueSize |
GLubyte | AlphaSize |
GLubyte | LuminanceSize |
GLuint gl_histogram_attrib::Width |
number of table entries
GL_ALPHA, GL_RGB, etc.
GLuint gl_histogram_attrib::Count[HISTOGRAM_TABLE_SIZE][4] |
the histogram
GLboolean gl_histogram_attrib::Sink |
terminate image transfer?
GLubyte gl_histogram_attrib::RedSize |
Bits per counter.
GLubyte gl_histogram_attrib::GreenSize |
GLubyte gl_histogram_attrib::BlueSize |
GLubyte gl_histogram_attrib::AlphaSize |