|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.Util
public final class Util
Simple utility class.
Method Summary | |
---|---|
static void |
checkGLError()
Throws OpenGLException if glGetError() returns anything else than GL_NO_ERROR |
static java.lang.String |
translateGLErrorString(int error_code)
Translate a GL error code to a String describing the error |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void checkGLError() throws OpenGLException
OpenGLException
public static java.lang.String translateGLErrorString(int error_code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |