Partager via


GLES30.GlClearBufferuiv Méthode

Définition

Surcharges

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

Paramètres

buffer
Int32
drawbuffer
Int32
value
Int32[]
offset
Int32
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

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

Paramètres

buffer
Int32
drawbuffer
Int32
value
IntBuffer
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à