NAME
    cgSetIntArrayStateAssignment - set an int-valued state assignment array

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetIntArrayStateAssignment( CGstateassignment sa,
                                           const int * vals );

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

    vals    The values which will be used to set sa.

RETURN VALUES
    cgSetIntArrayStateAssignment returns *to-be-written*

DESCRIPTION
    cgSetIntArrayStateAssignment does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetIntArrayStateAssignment was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

