GLES32.GlGetDebugMessageLog 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
GlGetDebugMessageLog(Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32)
[Android.Runtime.Register("glGetDebugMessageLog", "(I[II[II[II[II)[Ljava/lang/String;", "", ApiSince=24)]
public static string[]? GlGetDebugMessageLog (int count, int[]? sources, int sourcesOffset, int[]? types, int typesOffset, int[]? ids, int idsOffset, int[]? severities, int severitiesOffset);
[<Android.Runtime.Register("glGetDebugMessageLog", "(I[II[II[II[II)[Ljava/lang/String;", "", ApiSince=24)>]
static member GlGetDebugMessageLog : 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
GlGetDebugMessageLog(Int32, Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Int32[], Int32, Byte[], Int32)
[Android.Runtime.Register("glGetDebugMessageLog", "(II[II[II[II[II[II[BI)I", "", ApiSince=24)]
public static int GlGetDebugMessageLog (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("glGetDebugMessageLog", "(II[II[II[II[II[II[BI)I", "", ApiSince=24)>]
static member GlGetDebugMessageLog : 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
GlGetDebugMessageLog(Int32, IntBuffer, IntBuffer, IntBuffer, IntBuffer)
[Android.Runtime.Register("glGetDebugMessageLog", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)[Ljava/lang/String;", "", ApiSince=24)]
public static string[]? GlGetDebugMessageLog (int count, Java.Nio.IntBuffer? sources, Java.Nio.IntBuffer? types, Java.Nio.IntBuffer? ids, Java.Nio.IntBuffer? severities);
[<Android.Runtime.Register("glGetDebugMessageLog", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;)[Ljava/lang/String;", "", ApiSince=24)>]
static member GlGetDebugMessageLog : 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
GlGetDebugMessageLog(Int32, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer, ByteBuffer)
[Android.Runtime.Register("glGetDebugMessageLog", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)I", "", ApiSince=24)]
public static int GlGetDebugMessageLog (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("glGetDebugMessageLog", "(ILjava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/IntBuffer;Ljava/nio/ByteBuffer;)I", "", ApiSince=24)>]
static member GlGetDebugMessageLog : 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.