NAME
    cgGetProfileString - get the profile name associated with a profile
    enumerant

SYNOPSIS
      #include <Cg/cg.h>

      const char * cgGetProfileString( CGprofile profile );

PARAMETERS
    profile The profile enumerant.

RETURN VALUES
    Returns the profile string of the enumerant profile.

DESCRIPTION
    cgGetProfileString returns the profile named associated with a profile
    enumerant. =back

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgGetProfileString was introduced in Cg 1.1.

SEE ALSO
    the cgGetProfile manpage, the cgGetProgramProfile manpage

