GLRESETMINMAX(3G) GLRESETMINMAX(3G)
NAME
glResetinmax - reset minmax table entries to initial values
C SPECIFICATION
void glResetinmax( GLenum target )
PARAMETERS
target Must be GLMINMAX.
DESCRIPTION
glResetinmax 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 pos-
sible component values.
NOTES
glResetinmax is present only if GLARBimaging is returned when
glGetString is called with an argument of GLEXTENSIONS.
ERORS
GLINVALIDENUM is generated if target is not GLMINMAX.
GLINVALIDOPERATION is generated if glResetinmax is executed between
the execution of glBegin and the corresponding execution of glEnd.
SEE ALSO
glinmax
GLRESETMINMAX(3G)
|