GLSurfaceView.DebugFlags Property

Definition

Get the current value of the debug flags. -or- Set the debug flags to a new value.

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

Property Value

the current value of the debug flags.

Attributes

Remarks

Property getter documentation:

Get the current value of the debug flags.

Java documentation for android.opengl.GLSurfaceView.getDebugFlags().

Property setter 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.

Java documentation for android.opengl.GLSurfaceView.setDebugFlags(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also