MyWebUniversity.com Home Page
 



OpenSolaris man pages main menu


Cg OpenGL Runtime API                       cgGLSetParameter2f(3)



NAME
     cgGLSetParameter2f - set the values of a scalar or vector
     parameter

SYNOPSIS
       #include 

       void cgGLSetParameter2f( CGparameter param,
                                float x,
                                float y );


PARAMETERS
     param   The parameter that will be set.

     x, y    The values to which param will be set.

RETURN VALUES
     None.

DESCRIPTION
     cgGLSetParameter2f sets the value of a scalar or vector
     parameter.

     If more values are passed in than the parameter requires,
     the extra values will be ignored.

     cgGLSetParameter2f may be called with uniform or varying
     parameters.  When called with a varying parameter, the
     appropriate immediate mode OpenGL entry point will be
     called.  However, the cgGLGetParameter functions only work
     with uniform parameters.

EXAMPLES
     to-be-written

ERORS
     CGINVALIDPROFILEROR is generated if param's profile is
     not a supported OpenGL profile.

     CGINVALIDPARAMHANDLEROR is generated if param is not a
     valid parameter.

     CGINVALIDPARAMETEREROR is generated if the parameter
     fails to set for any other reason.

HISTORY
     cgGLSetParameter2f was introduced in Cg 1.1.

SEE ALSO
     cgGLGetParameter, cgGLSetParameterArray,
     cgGLSetMatrixParameter, cgGLSetMatrixParameterArray,



Cg Toolkit 2.1            Last change:                          1






Cg OpenGL Runtime API                       cgGLSetParameter2f(3)



     cgGLSetTextureParameter, cgGLBindProgram






















































Cg Toolkit 2.1            Last change:                          2



OpenSolaris man pages main menu

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