The fields of Android.Opengl.GLDebugHelper are listed below. For a list of all members, see the GLDebugHelper Members list.
See Also: Inherited members from Java.Lang.Object
const | ConfigCheckGlError | GLDebugConfig (1). Check glError() after every call. |
const | ConfigCheckThread | GLDebugConfig (2). Check if all calls are on the same thread. |
const | ConfigLogArgumentNames | GLDebugConfig (4). Print argument names when logging GL Calls. |
const | ErrorWrongThread | int (28672). The 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. |