glResetMinmaxEXT(3G) OpenGL Reference glResetMinmaxEXT(3G)
NAME
glResetMinmaxEXT - reset minmax table entries to initial values
C SPECIFICATION
void glResetMinmaxEXT( GLenum target )
PARAMETERS
target Must be GLMINMAXEXT.
DESCRIPTION
glResetMinmaxEXT resets the elements of the current minmax table to their
initial values: the ``maximum'' element receives the minimum possible
component values, and the ``minimum'' element receives the maximum
possible component values.
ERRORS
GLINVALIDENUM is generated if target is not GLMINMAXEXT.
GLINVALIDOPERATION is generated if glResetMinmaxEXT 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.
SEE ALSO
glMinmaxEXT.
Page 1