glcGetError(3G) OpenGL Character Renderer glcGetError(3G)
glcGetError - return error information
GLCenum glcGetError( void )
glcGetError retrieves the value of the issuing thread's GLC error code
variable, assigns the value GLC_NONE to that variable, and returns the
retrieved value.
glcGetError returns the error codes GLC_NONE, GLC_PARAMETER_ERROR,
GLC_RESOURCE_ERROR, or GLC_STATE_ERROR.
Note that in contrast to the GL function glGetError, glcGetError only
returns one error, not a list of errors.
PPPPaaaaggggeeee 1111 [ Back ]
|