GLES31Ext.GlDebugMessageControlKHR Method

Definition

Overloads

GlDebugMessageControlKHR(Int32, Int32, Int32, Int32, IntBuffer, Boolean)
GlDebugMessageControlKHR(Int32, Int32, Int32, Int32, Int32[], Int32, Boolean)

GlDebugMessageControlKHR(Int32, Int32, Int32, Int32, IntBuffer, Boolean)

[Android.Runtime.Register("glDebugMessageControlKHR", "(IIIILjava/nio/IntBuffer;Z)V", "")]
public static void GlDebugMessageControlKHR (int source, int type, int severity, int count, Java.Nio.IntBuffer? ids, bool enabled);
[<Android.Runtime.Register("glDebugMessageControlKHR", "(IIIILjava/nio/IntBuffer;Z)V", "")>]
static member GlDebugMessageControlKHR : 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

GlDebugMessageControlKHR(Int32, Int32, Int32, Int32, Int32[], Int32, Boolean)

[Android.Runtime.Register("glDebugMessageControlKHR", "(IIII[IIZ)V", "")]
public static void GlDebugMessageControlKHR (int source, int type, int severity, int count, int[]? ids, int offset, bool enabled);
[<Android.Runtime.Register("glDebugMessageControlKHR", "(IIII[IIZ)V", "")>]
static member GlDebugMessageControlKHR : 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.

Applies to