Package org.lwjgl.opengl
Class Util
java.lang.Object
org.lwjgl.opengl.Util
Simple utility class.
- Version:
- $Revision$
- Author:
- cix_foo invalid input: '<'cix_foo@users.sourceforge.net>
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Throws OpenGLException if glGetError() returns anything else than GL_NO_ERRORstatic String
translateGLErrorString
(int error_code) Translate a GL error code to a String describing the error
-
Method Details
-
checkGLError
Throws OpenGLException if glGetError() returns anything else than GL_NO_ERROR- Throws:
OpenGLException
-
translateGLErrorString
Translate a GL error code to a String describing the error
-