GLES30.GlGenVertexArrays Method

Definition

Overloads

GlGenVertexArrays(Int32, IntBuffer)
GlGenVertexArrays(Int32, Int32[], Int32)

GlGenVertexArrays(Int32, IntBuffer)

[Android.Runtime.Register("glGenVertexArrays", "(ILjava/nio/IntBuffer;)V", "")]
public static void GlGenVertexArrays (int n, Java.Nio.IntBuffer? arrays);
[<Android.Runtime.Register("glGenVertexArrays", "(ILjava/nio/IntBuffer;)V", "")>]
static member GlGenVertexArrays : 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

GlGenVertexArrays(Int32, Int32[], Int32)

[Android.Runtime.Register("glGenVertexArrays", "(I[II)V", "")]
public static void GlGenVertexArrays (int n, int[]? arrays, int offset);
[<Android.Runtime.Register("glGenVertexArrays", "(I[II)V", "")>]
static member GlGenVertexArrays : 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