GLGETMINMAXPARAMETER(3G) GLGETMINMAXPARAMETER(3G)
NAME
glGetinmaxParameterfv,, glGetinmaxParameteriv - get minmax parameters
C SPECIFICATION
void glGetinmaxParameterfv( GLenum target,
GLenum pname,
GLfloat *params )
void glGetinmaxParameteriv( GLenum target,
GLenum pname,
GLint *params )
PARAMETERS
target Must be GLMINMAX.
pname The parameter to be retrieved. Must be one of GLMINMAXFORMAT
or GLMINMAXSINK.
params A pointer to storage for the retrieved parameters.
DESCRIPTION
glGetinmaxParameter retrieves parameters for the current minmax table
by setting pname to one of the following values:
Parameter Description
GLMINMAXFORMAT Internal of minmax table
GLMINMAXSINK Value of the sink parameter
NOTES
glGetinmaxParameter 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.
GLINVALIDENUM is generated if pname is not one of the allowable val-
ues.
GLINVALIDOPERATION is generated if glGetinmaxParameter is executed
between the execution of glBegin and the corresponding execution of
glEnd.
SEE ALSO
glinmax, glGetinmax
GLGETMINMAXPARAMETER(3G)
|