GLES30.GlClearBufferuiv Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GlClearBufferuiv(Int32, Int32, Int32[], Int32) | |
GlClearBufferuiv(Int32, Int32, IntBuffer) |
GlClearBufferuiv(Int32, Int32, Int32[], Int32)
[Android.Runtime.Register("glClearBufferuiv", "(II[II)V", "")]
public static void GlClearBufferuiv (int buffer, int drawbuffer, int[]? value, int offset);
[<Android.Runtime.Register("glClearBufferuiv", "(II[II)V", "")>]
static member GlClearBufferuiv : int * int * int[] * int -> unit
Parâmetros
- buffer
- Int32
- drawbuffer
- Int32
- value
- Int32[]
- offset
- Int32
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
GlClearBufferuiv(Int32, Int32, IntBuffer)
[Android.Runtime.Register("glClearBufferuiv", "(IILjava/nio/IntBuffer;)V", "")]
public static void GlClearBufferuiv (int buffer, int drawbuffer, Java.Nio.IntBuffer? value);
[<Android.Runtime.Register("glClearBufferuiv", "(IILjava/nio/IntBuffer;)V", "")>]
static member GlClearBufferuiv : int * int * Java.Nio.IntBuffer -> unit
Parâmetros
- buffer
- Int32
- drawbuffer
- Int32
- value
- IntBuffer
- Atributos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.