NAME
    cgSetBoolAnnotation - set the value of a bool annotation

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetBoolAnnotation( CGannotation ann,
                                  CGbool value );

PARAMETERS
    ann     The annotation that will be set.

    value   The value to which ann will be set.

RETURN VALUES
    cgSetBoolAnnotation returns *to-be-written*

DESCRIPTION
    cgSetBoolAnnotation does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetBoolAnnotation was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

