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.

RETURN VALUES
    Returns the type string of the enumerant type.

DESCRIPTION
    cgGetTypeString returns the type named associated with a type enumerant.
    =back

EXAMPLES
    *to-be-written*

ERRORS
    *to-be-written*

HISTORY
    cgGetTypeString was introduced in Cg 1.1.

SEE ALSO
    the cgGetType manpage, the cgGetParameterType manpage

