glResetHistogramEXT(3G) OpenGL Reference glResetHistogramEXT(3G)
glResetHistogramEXT - reset histogram table entries to zero
void glResetHistogramEXT( GLenum target )
target Must be GL_HISTOGRAM_EXT.
glResetHistogramEXT resets all the elements of the current histogram
table to zero.
GL_INVALID_ENUM is generated if target is not GL_HISTOGRAM_EXT.
GL_INVALID_OPERATION is generated if glResetHistogramEXT is executed
between the execution of glBegin and the corresponding execution of
glEnd.
MACHINE DEPENDENCIES
On RealityEngine, RealityEngine2, and VTX systems, histogram and minmax
may not be used when rendering to pixmaps.
glHistogramEXT.
PPPPaaaaggggeeee 1111 [ Back ]
|