NAME
    cgSetIntStateAssignment - set the value of an int state assignment

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetIntStateAssignment( CGstateassignment sa,
                                      int value );

PARAMETERS
    sa      A handle to a state assignment of type CG_INT.

    value   The value to which sa will be set.

RETURN VALUES
    cgSetIntStateAssignment returns *to-be-written*

DESCRIPTION
    cgSetIntStateAssignment does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetIntStateAssignment was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

