GLDebugHelper.ConfigCheckThread フィールド

定義

注意事項

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

すべての呼び出しが同じスレッド上にあるかどうかを確認します。

[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

フィールド値

Value = 2
属性

注釈

すべての呼び出しが同じスレッド上にあるかどうかを確認します。

の Java ドキュメント android.opengl.GLDebugHelper.CONFIG_CHECK_THREAD

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象