NAME
    cgSetBoolStateAssignment - set the value of a bool state assignment

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetBoolStateAssignment( CGstateassignment sa,
                                       CGbool value );

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

    value   The value to which sa will be set.

RETURN VALUES
    cgSetBoolStateAssignment returns *to-be-written*

DESCRIPTION
    cgSetBoolStateAssignment does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetBoolStateAssignment was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

