GLDebugHelper.ConfigCheckGlError フィールド

定義

注意事項

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

呼び出しのたびに glError() を確認します。

[Android.Runtime.Register("CONFIG_CHECK_GL_ERROR")]
[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 ConfigCheckGlError = 1;
[<Android.Runtime.Register("CONFIG_CHECK_GL_ERROR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Opengl.GLDebugConfig enum directly instead of this field.", true)>]
val mutable ConfigCheckGlError : Android.Opengl.GLDebugConfig

フィールド値

Value = 1
属性

注釈

呼び出しのたびに glError() を確認します。

android.opengl.GLDebugHelper.CONFIG_CHECK_GL_ERRORJava ドキュメント。

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

適用対象