MyWebUniversity.com Home Page
 



Darwin Mac OS X man pages main menu
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)
Darwin Mac OS X man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™