|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
GLRESETMINMAX(3G) GLRESETMINMAX(3G)
NAME
glResetMinmax - reset minmax table entries to initial values
C SPECIFICATION
void glResetMinmax( GLenum target )
PARAMETERS
target Must be GL_MINMAX.
DESCRIPTION
glResetMinmax resets the elements of the current minmax table to their initial values: the ``maxi-mum'' ``maximum''
mum'' element receives the minimum possible component values, and the ``minimum'' element receives
the maximum possible component values.
NOTES
glResetMinmax is present only if GL_ARB_imaging is returned when glGetString is called with an argu-ment argument
ment of GL_EXTENSIONS.
ERRORS
GL_INVALID_ENUM is generated if target is not GL_MINMAX.
GL_INVALID_OPERATION is generated if glResetMinmax is executed between the execution of glBegin and
the corresponding execution of glEnd.
SEE ALSO
glMinmax(3G)
GLRESETMINMAX(3G)
|
|