Compartilhar via


GLES30.GlClearBufferuiv Método

Definição

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.

Aplica-se a