GLES31Ext.GlGetDebugMessageLogKHR Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- 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
Возвращаемое значение
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
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[]
Параметры
- count
- Int32
- sources
- Int32[]
- sourcesOffset
- Int32
- types
- Int32[]
- typesOffset
- Int32
- ids
- Int32[]
- idsOffset
- Int32
- severities
- Int32[]
- severitiesOffset
- Int32
Возвращаемое значение
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
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[]
Параметры
- count
- Int32
- sources
- IntBuffer
- types
- IntBuffer
- ids
- IntBuffer
- severities
- IntBuffer
Возвращаемое значение
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
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
Параметры
- count
- Int32
- sources
- IntBuffer
- types
- IntBuffer
- ids
- IntBuffer
- severities
- IntBuffer
- lengths
- IntBuffer
- messageLog
- ByteBuffer
Возвращаемое значение
- Атрибуты
Комментарии
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.