|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengles.Util
public final class Util
Simple utility class.
Method Summary | |
---|---|
static void |
checkGLError()
Checks for OpenGL ES errors. |
static java.lang.String |
translateGLErrorString(int error_code)
Translates 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
- if GLES20.glGetError() returns anything else than GLES20.GL_NO_ERRORpublic static java.lang.String translateGLErrorString(int error_code)
error_code
- the OpenGL ES error code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |