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.
RETURN VALUES
Returns the resource string of the enumerant resource.
DESCRIPTION
cgGetResourceString returns the resource named associated with a resource enumerant. =back
EXAMPLES
to-be-written
ERRORS
to-be-written
HISTORY
cgGetResourceString was introduced in Cg 1.1.
SEE ALSO