NAME
cgGetTypeString - get the type name associated with a type enumerant
SYNOPSIS
#include <Cg/cg.h> const char * cgGetTypeString( CGtype type );PARAMETERS
- type
The type enumerant.
DESCRIPTION
cgGetTypeString returns the type named associated with a type enumerant. =back
RETURN VALUES
Returns the type string of the enumerant type.
ERRORS
SEE ALSO