NAME
    cgSetStringAnnotation - set the value of a string annotation

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetStringAnnotation( CGannotation ann,
                                    const char * value );

PARAMETERS
    ann     The annotation that will be set.

    value   The value to which ann will be set.

RETURN VALUES
    cgSetStringAnnotation returns *to-be-written*

DESCRIPTION
    cgSetStringAnnotation does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetStringAnnotation was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

