1GLRESETMINMAX(3G) GLRESETMINMAX(3G)
2
3
4
6 glResetMinmax - reset minmax table entries to initial values
7
8
10 void glResetMinmax( GLenum target )
11
12
14 target Must be GL_MINMAX.
15
17 glResetMinmax resets the elements of the current minmax table to their
18 initial values: the ``maximum'' element receives the minimum possible
19 component values, and the ``minimum'' element receives the maximum pos‐
20 sible component values.
21
23 glResetMinmax is present only if GL_ARB_imaging is returned when
24 glGetString is called with an argument of GL_EXTENSIONS.
25
27 GL_INVALID_ENUM is generated if target is not GL_MINMAX.
28
29 GL_INVALID_OPERATION is generated if glResetMinmax is executed between
30 the execution of glBegin and the corresponding execution of glEnd.
31
33 glMinmax(3G)
34
35
36
37 GLRESETMINMAX(3G)