![]() -> Click here to learn how to get live help <- |
GLUERRORSTRINGIndexNAMEgluErrorString - produce an error string from a GL or GLU error codeC SPECIFICATIONconst GLubyte * f3gluErrorStringfP( GLenum fIerrorfP )PARAMETERS
DESCRIPTION%f3gluErrorStringfP produces an error string from a GL or GLU error code. The string is in ISO Latin 1 . For example, %f3gluErrorStringfP(%f3GL_OUT_OF_MEMORYfP) returns the string f2out of memoryfP. The standard GLU error codes are %f3GLU_INVALID_ENUMfP, %f3GLU_INVALID_VALUEfP, and %f3GLU_OUT_OF_MEMORYfP. Certain other GLU functions can return specialized error codes through callbacks. See the f3glGetErrorfP reference page for the list of GL error codes.ERRORS%f3NULLfP is returned if f2errorfP is not a valid GL or GLU error code.SEE ALSOf3glGetError(3G)fP, %f3gluNurbsCallback(3G)fP, %f3gluQuadricCallback(3G)fP, %f3gluTessCallback(3G)fP
Index |