NAME
    cgGetResourceString - get the resource name associated with a resource
    enumerant

SYNOPSIS
      #include <Cg/cg.h>

      const char * cgGetResourceString( CGresource resource );

PARAMETERS
    resource
            The resource enumerant.

DESCRIPTION
    cgGetResourceString returns the resource named associated with a
    resource enumerant. =back

RETURN VALUES
    Returns the resource string of the enumerant resource.

ERRORS
SEE ALSO
    the cgGetResource manpage, the cgGetParameterResource manpage

