GLES31Ext.GlGetDebugMessageLogKHR 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
GlGetDebugMessageLogKHR(Int32, Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Byte[], Int32)
[Android.Runtime.Register("glGetDebugMessageLogKHR", "(II[II[II[II[II[II[BI)I", "")]
public static int GlGetDebugMessageLogKHR (int count, int bufSize, int[]? sources, int sourcesOffset, int[]? types, int typesOffset, int[]? ids, int idsOffset, int[]? severities, int severitiesOffset, int[]? lengths, int lengthsOffset, byte[]? messageLog, int messageLogOffset);
[<Android.Runtime.Register("glGetDebugMessageLogKHR", "(II[II[II[II[II[II[BI)I", "")>]
static member GlGetDebugMessageLogKHR : int * int * int[] * int * int[] * int * int[] * int * int[] * int * int[] * int * byte[] * int -> int
Parameters
- count
- Int32
- bufSize
- Int32
- sources
- Int32[]
- sourcesOffset
- Int32
- types
- Int32[]
- typesOffset
- Int32
- ids
- Int32[]
- idsOffset
- Int32
- severities
- Int32[]
- severitiesOffset
- Int32
- lengths
- Int32[]
- lengthsOffset
- Int32
- messageLog
- Byte[]
- messageLogOffset
- Int32
Returns
- 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
GlGetDebugMessageLogKHR(Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32)
[Android.Runtime.Register("glGetDebugMessageLogKHR", "(I[II[II[II[II)[Ljava/lang/String;", "")]
public static string[]? GlGetDebugMessageLogKHR (int count, int[]? sources, int sourcesOffset, int[]? types, int typesOffset, int[]? ids, int idsOffset, int[]? severities, int severitiesOffset);
[<Android.Runtime.Register("glGetDebugMessageLogKHR", "(I[II[II[II[II)[Ljava/lang/String;", "")>]
static member GlGetDebugMessageLogKHR : int * int[] * int * int[] * int * int[] * int * int[] * int -> string[]
Parameters
- count
- Int32
- sources
- Int32[]
- sourcesOffset
- Int32
- types
- Int32[]
- typesOffset
- Int32
- ids
- Int32[]
- idsOffset
- Int32
- severities
- Int32[]
- severitiesOffset
- Int32
Returns
- 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
GlGetDebugMessageLogKHR(Int32, IntBuffer, IntBuffer, IntBuffer, IntBuffer)
[Android.Runtime.Register("glGetDebugMessageLogKHR", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)[Ljava/lang/String;", "")]
public static string[]? GlGetDebugMessageLogKHR (int count, Java.Nio.IntBuffer? sources, Java.Nio.IntBuffer? types, Java.Nio.IntBuffer? ids, Java.Nio.IntBuffer? severities);
[<Android.Runtime.Register("glGetDebugMessageLogKHR", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)[Ljava/lang/String;", "")>]
static member GlGetDebugMessageLogKHR : int * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.IntBuffer -> string[]
Parameters
- count
- Int32
- sources
- IntBuffer
- types
- IntBuffer
- ids
- IntBuffer
- severities
- IntBuffer
Returns
- 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
GlGetDebugMessageLogKHR(Int32, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)
[Android.Runtime.Register("glGetDebugMessageLogKHR", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)I", "")]
public static int GlGetDebugMessageLogKHR (int count, Java.Nio.IntBuffer? sources, Java.Nio.IntBuffer? types, Java.Nio.IntBuffer? ids, Java.Nio.IntBuffer? severities, Java.Nio.IntBuffer? lengths, Java.Nio.ByteBuffer? messageLog);
[<Android.Runtime.Register("glGetDebugMessageLogKHR", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)I", "")>]
static member GlGetDebugMessageLogKHR : int * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.IntBuffer * Java.Nio.ByteBuffer -> int
Parameters
- count
- Int32
- sources
- IntBuffer
- types
- IntBuffer
- ids
- IntBuffer
- severities
- IntBuffer
- lengths
- IntBuffer
- messageLog
- ByteBuffer
Returns
- 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.