GLES30.GlDrawRangeElements Method

Definition

Overloads

GlDrawRangeElements(Int32, Int32, Int32, Int32, Int32, Buffer)
GlDrawRangeElements(Int32, Int32, Int32, Int32, Int32, Int32)

GlDrawRangeElements(Int32, Int32, Int32, Int32, Int32, Buffer)

[Android.Runtime.Register("glDrawRangeElements", "(IIIIILjava/nio/Buffer;)V", "")]
public static void GlDrawRangeElements (int mode, int start, int end, int count, int type, Java.Nio.Buffer? indices);
[<Android.Runtime.Register("glDrawRangeElements", "(IIIIILjava/nio/Buffer;)V", "")>]
static member GlDrawRangeElements : int * int * int * int * int * Java.Nio.Buffer -> unit

Parameters

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

GlDrawRangeElements(Int32, Int32, Int32, Int32, Int32, Int32)

[Android.Runtime.Register("glDrawRangeElements", "(IIIIII)V", "")]
public static void GlDrawRangeElements (int mode, int start, int end, int count, int type, int offset);
[<Android.Runtime.Register("glDrawRangeElements", "(IIIIII)V", "")>]
static member GlDrawRangeElements : int * int * int * int * int * int -> unit

Parameters

mode
Int32
start
Int32
end
Int32
count
Int32
type
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