NAME
    cgSetStringStateAssignment - set the value of a string state assignment

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetStringStateAssignment( CGstateassignment sa,
                                         const char * value );

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

    value   The value to which sa will be set.

RETURN VALUES
    cgSetStringStateAssignment returns *to-be-written*

DESCRIPTION
    cgSetStringStateAssignment does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetStringStateAssignment was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

