GLDebugHelperpublic class GLDebugHelper extends Object A helper class for debugging OpenGL ES applications.
Wraps the supplied GL interface with a new GL interface that adds support for
error checking and logging. |
Fields Summary |
---|
public static final int | CONFIG_CHECK_GL_ERRORCheck glError() after every call. | public static final int | CONFIG_CHECK_THREADCheck if all calls are on the same thread. | public static final int | CONFIG_LOG_ARGUMENT_NAMESPrint argument names when logging GL Calls. | public static final int | ERROR_WRONG_THREADThe Error number used in the GLException that is thrown if
CONFIG_CHECK_THREAD is enabled and you call OpenGL ES on the
a different thread. |
|