NAME
    cgGetErrorString - get a human readable error string

SYNOPSIS
      #include <Cg/cg.h>

      const char * cgGetErrorString( CGerror error );

PARAMETERS
    error   The error condition.

RETURN VALUES
    cgGetErrorString returns a human readable error string for the given
    error condition.

DESCRIPTION
    cgGetErrorString returns a human readable error string for the given
    error condition.

EXAMPLES
    *to-be-written*

ERRORS
    cgGetErrorString does not generate any errors.

        or I<to-be-written>

HISTORY
    cgGetErrorString was introduced in Cg 1.1.

SEE ALSO
    the cgGetError manpage

