GLES30.GlDeleteVertexArrays Method

Definition

Overloads

GlDeleteVertexArrays(Int32, IntBuffer)
GlDeleteVertexArrays(Int32, Int32[], Int32)

GlDeleteVertexArrays(Int32, IntBuffer)

[Android.Runtime.Register("glDeleteVertexArrays", "(ILjava/nio/IntBuffer;)V", "")]
public static void GlDeleteVertexArrays (int n, Java.Nio.IntBuffer? arrays);
[<Android.Runtime.Register("glDeleteVertexArrays", "(ILjava/nio/IntBuffer;)V", "")>]
static member GlDeleteVertexArrays : int * Java.Nio.IntBuffer -> unit

Parameters

n
Int32
arrays
IntBuffer
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

GlDeleteVertexArrays(Int32, Int32[], Int32)

[Android.Runtime.Register("glDeleteVertexArrays", "(I[II)V", "")]
public static void GlDeleteVertexArrays (int n, int[]? arrays, int offset);
[<Android.Runtime.Register("glDeleteVertexArrays", "(I[II)V", "")>]
static member GlDeleteVertexArrays : int * int[] * int -> unit

Parameters

n
Int32
arrays
Int32[]
offset
Int32
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