GLES32.GlDebugMessageControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GlDebugMessageControl(Int32, Int32, Int32, Int32, IntBuffer, Boolean) | |
GlDebugMessageControl(Int32, Int32, Int32, Int32, Int32[], Int32, Boolean) |
GlDebugMessageControl(Int32, Int32, Int32, Int32, IntBuffer, Boolean)
[Android.Runtime.Register("glDebugMessageControl", "(IIIILjava/nio/IntBuffer;Z)V", "", ApiSince=24)]
public static void GlDebugMessageControl (int source, int type, int severity, int count, Java.Nio.IntBuffer? ids, bool enabled);
[<Android.Runtime.Register("glDebugMessageControl", "(IIIILjava/nio/IntBuffer;Z)V", "", ApiSince=24)>]
static member GlDebugMessageControl : int * int * int * int * Java.Nio.IntBuffer * bool -> unit
Parameters
- source
- Int32
- type
- Int32
- severity
- Int32
- count
- Int32
- ids
- IntBuffer
- enabled
- Boolean
- Attributes
Remarks
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
GlDebugMessageControl(Int32, Int32, Int32, Int32, Int32[], Int32, Boolean)
[Android.Runtime.Register("glDebugMessageControl", "(IIII[IIZ)V", "", ApiSince=24)]
public static void GlDebugMessageControl (int source, int type, int severity, int count, int[]? ids, int offset, bool enabled);
[<Android.Runtime.Register("glDebugMessageControl", "(IIII[IIZ)V", "", ApiSince=24)>]
static member GlDebugMessageControl : int * int * int * int * int[] * int * bool -> unit
Parameters
- source
- Int32
- type
- Int32
- severity
- Int32
- count
- Int32
- ids
- Int32[]
- offset
- Int32
- enabled
- Boolean
- Attributes
Remarks
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.