The members of Android.Opengl.GLDebugHelper are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. | 
| 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. | 
| [read-only] override  | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| [read-only] override  | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. | 
| static  | Wrap(Javax.Microedition.Khronos.Egl.IEGL, int, Java.IO.Writer) 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) | |