GLES30.GlDrawElementsInstanced Method

Definition

Overloads

GlDrawElementsInstanced(Int32, Int32, Int32, Buffer, Int32)
GlDrawElementsInstanced(Int32, Int32, Int32, Int32, Int32)

GlDrawElementsInstanced(Int32, Int32, Int32, Buffer, Int32)

[Android.Runtime.Register("glDrawElementsInstanced", "(IIILjava/nio/Buffer;I)V", "")]
public static void GlDrawElementsInstanced (int mode, int count, int type, Java.Nio.Buffer? indices, int instanceCount);
[<Android.Runtime.Register("glDrawElementsInstanced", "(IIILjava/nio/Buffer;I)V", "")>]
static member GlDrawElementsInstanced : int * int * int * Java.Nio.Buffer * int -> unit

Parameters

mode
Int32
count
Int32
type
Int32
indices
Buffer
instanceCount
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

GlDrawElementsInstanced(Int32, Int32, Int32, Int32, Int32)

[Android.Runtime.Register("glDrawElementsInstanced", "(IIIII)V", "")]
public static void GlDrawElementsInstanced (int mode, int count, int type, int indicesOffset, int instanceCount);
[<Android.Runtime.Register("glDrawElementsInstanced", "(IIIII)V", "")>]
static member GlDrawElementsInstanced : int * int * int * int * int -> unit

Parameters

mode
Int32
count
Int32
type
Int32
indicesOffset
Int32
instanceCount
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