Android.Opengl.GLSurfaceView.DebugFlags Property
Get the current value of the debug flags.

Syntax

[get: Android.Runtime.Register("getDebugFlags", "()I", "GetGetDebugFlagsHandler")]
[set: Android.Runtime.Register("setDebugFlags", "(I)V", "GetSetDebugFlags_IHandler")]
public virtual DebugFlags DebugFlags { get; set; }

See Also

GLSurfaceView.DebugCheckGlError
GLSurfaceView.DebugLogGlCalls

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the current value of the debug flags.

Set method documentation [Android Documentation]

Set the debug flags to a new value. The value is constructed by OR-together zero or more of the DEBUG_CHECK_* constants. The debug flags take effect whenever a surface is created. The default value is zero.

Requirements

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