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.

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

RETURN VALUES
    Returns the profile string of the enumerant profile.

ERRORS
SEE ALSO
    the cgGetProfile manpage, the cgGetProgramProfile manpage

