NAME
    cgGetStateEnumerantName - *to-be-written*

SYNOPSIS
      #include <Cg/cg.h>

      const char * cgGetStateEnumerantName( CGstate state,
                                            int value );

PARAMETERS
    state   The state from which to retrieve the name associated with value.

    value   The enumerant value for which to retrieve the associated name
            from state.

RETURN VALUES
    cgGetStateEnumerantName returns *to-be-written*

DESCRIPTION
    cgGetStateEnumerantName does *to-be-written*

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgGetStateEnumerantName was introduced in Cg 1.5.

SEE ALSO
    function1text, function2text

