Android.Opengl.GLDebugHelper: Field Members

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

Public Fields

const
ConfigCheckGlErrorGLDebugConfig (1). Check glError() after every call.
const
ConfigCheckThreadGLDebugConfig (2). Check if all calls are on the same thread.
const
ConfigLogArgumentNamesGLDebugConfig (4). Print argument names when logging GL Calls.
const
ErrorWrongThreadint (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.