IGL11Ext.GlDrawTexxvOES Method

Definition

Overloads

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

GlDrawTexxvOES(IntBuffer)

[Android.Runtime.Register("glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", "GetGlDrawTexxvOES_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlDrawTexxvOES (Java.Nio.IntBuffer? coords);
[<Android.Runtime.Register("glDrawTexxvOES", "(Ljava/nio/IntBuffer;)V", "GetGlDrawTexxvOES_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract 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", "GetGlDrawTexxvOES_arrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlDrawTexxvOES (int[]? coords, int offset);
[<Android.Runtime.Register("glDrawTexxvOES", "([II)V", "GetGlDrawTexxvOES_arrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract 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