NAME
    cgSetBoolArrayStateAssignment - set a bool-valued state assignment array

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetBoolArrayStateAssignment( CGstateassignment sa,
                                            const CGbool * vals );

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

    vals    The values which will be used to set sa.

RETURN VALUES
    cgSetBoolArrayStateAssignment returns *to-be-written*

DESCRIPTION
    cgSetBoolArrayStateAssignment does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetBoolArrayStateAssignment was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

