xenocara/doc/gl-docs/GL/gl/resetminmax.3gl
2006-11-29 17:00:35 +00:00

42 lines
1.1 KiB
Plaintext

'\" t
'\"! tbl | mmdoc
'\"macro stdmacro
.ds Vn Version 1.2
.ds Dt 24 September 1999
.ds Re Release 1.2.1
.ds Dp Jan 14 18:30
.ds Dm 01 resetminm
.ds Xs 18776 3 resetminmax.gl
.TH GLRESETMINMAX 3G
.SH NAME
.B "glResetMinmax
\- reset minmax table entries to initial values
.SH C SPECIFICATION
void \f3glResetMinmax\fP(
GLenum \fItarget\fP )
.nf
.fi
.SH PARAMETERS
.TP \w'\f2target\fP\ \ 'u
\f2target\fP
Must be
\%\f3GL_MINMAX\fP.
.SH DESCRIPTION
\%\f3glResetMinmax\fP 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.
.SH NOTES
\%\f3glResetMinmax\fP is present only if \%\f3GL_ARB_imaging\fP is returned when \%\f3glGetString\fP
is called with an argument of \%\f3GL_EXTENSIONS\fP.
.SH ERRORS
\%\f3GL_INVALID_ENUM\fP is generated if \f2target\fP is not \%\f3GL_MINMAX\fP.
.P
\%\f3GL_INVALID_OPERATION\fP is generated if \%\f3glResetMinmax\fP is executed
between the execution of \%\f3glBegin\fP and the corresponding
execution of \%\f3glEnd\fP.
.SH SEE ALSO
\%\f3glMinmax(3G)\fP