Android.Opengl.GLDebugHelper Members

The members of Android.Opengl.GLDebugHelper are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

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.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
Wrap(Javax.Microedition.Khronos.Egl.IEGL, int, Java.IO.Writer) : Javax.Microedition.Khronos.Egl.IEGL
Wrap an existing EGL interface in a new EGL interface that adds support for error checking and/or logging.
static
Wrap(Javax.Microedition.Khronos.Opengles.IGL, int, Java.IO.Writer) : Javax.Microedition.Khronos.Opengles.IGL