Share via


GLES11Ext.GlDrawTexivOES Method

Definition

Overloads

GlDrawTexivOES(IntBuffer)
GlDrawTexivOES(Int32[], Int32)

GlDrawTexivOES(IntBuffer)

[Android.Runtime.Register("glDrawTexivOES", "(Ljava/nio/IntBuffer;)V", "")]
public static void GlDrawTexivOES (Java.Nio.IntBuffer? coords);
[<Android.Runtime.Register("glDrawTexivOES", "(Ljava/nio/IntBuffer;)V", "")>]
static member GlDrawTexivOES : 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

GlDrawTexivOES(Int32[], Int32)

[Android.Runtime.Register("glDrawTexivOES", "([II)V", "")]
public static void GlDrawTexivOES (int[]? coords, int offset);
[<Android.Runtime.Register("glDrawTexivOES", "([II)V", "")>]
static member GlDrawTexivOES : 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