NAME
    cgSetIntAnnotation - set the value of an int annotation

SYNOPSIS
      #include <Cg/cg.h>

      CGbool cgSetIntAnnotation( CGannotation ann,
                                 int value );

PARAMETERS
    ann     The annotation that will be set.

    value   The value to which ann will be set.

RETURN VALUES
    cgSetIntAnnotation returns *to-be-written*

DESCRIPTION
    cgSetIntAnnotation does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgSetIntAnnotation was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

