GLDebugHelper.ConfigCheckThread Field

Definition

Caution

This constant will be removed in the future version. Use Android.Opengl.GLDebugConfig enum directly instead of this field.

Check if all calls are on the same thread.

[Android.Runtime.Register("CONFIG_CHECK_THREAD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Opengl.GLDebugConfig enum directly instead of this field.", true)]
public const Android.Opengl.GLDebugConfig ConfigCheckThread = 2;
[<Android.Runtime.Register("CONFIG_CHECK_THREAD")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Opengl.GLDebugConfig enum directly instead of this field.", true)>]
val mutable ConfigCheckThread : Android.Opengl.GLDebugConfig

Field Value

Value = 2
Attributes

Remarks

Check if all calls are on the same thread.

Java documentation for android.opengl.GLDebugHelper.CONFIG_CHECK_THREAD.

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