public final class Util
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void checkGLError()
throws OpenGLException
OpenGLExceptionpublic static java.lang.String translateGLErrorString(int error_code)
Copyright © 2002-2010 lwjgl.org. All Rights Reserved.