GLES11Ext.GlDrawTexxvOES Method

Definition

Overloads

GlDrawTexxvOES(IntBuffer)
GlDrawTexxvOES(Int32[], Int32)

GlDrawTexxvOES(IntBuffer)

[Android.Runtime.Register("glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", "")]
public static void GlDrawTexxvOES (Java.Nio.IntBuffer? coords);
[<Android.Runtime.Register("glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", "")>]
static member GlDrawTexxvOES : Java.Nio.IntBuffer -> unit

Parameters

coords
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

GlDrawTexxvOES(Int32[], Int32)

[Android.Runtime.Register("glDrawTexxvOES", "([II)V", "")]
public static void GlDrawTexxvOES (int[]? coords, int offset);
[<Android.Runtime.Register("glDrawTexxvOES", "([II)V", "")>]
static member GlDrawTexxvOES : int[] * int -> unit

Parameters

coords
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