Android.Opengl.GLDebugHelper.Wrap Method
Wrap an existing EGL interface in a new EGL interface that adds support for error checking and/or logging.

Syntax

[Android.Runtime.Register("wrap", "(Ljavax/microedition/khronos/egl/EGL;ILjava/io/Writer;)Ljavax/microedition/khronos/egl/EGL;", "")]
public static Javax.Microedition.Khronos.Egl.IEGL Wrap (Javax.Microedition.Khronos.Egl.IEGL egl, int configFlags, Java.IO.Writer log)

Parameters

egl
the existing GL interface. Must implement EGL and EGL10. May optionally implement EGL11 as well.
configFlags
A bitmask of error checking flags.
log
- null to disable logging, non-null to enable logging.

Returns

Documentation for this section has not yet been entered.

Remarks

Wrap an existing EGL interface in a new EGL interface that adds support for error checking and/or logging.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1