IGL11Ext.GlDrawTexfvOES Method

Definition

Overloads

GlDrawTexfvOES(FloatBuffer)
GlDrawTexfvOES(Single[], Int32)

GlDrawTexfvOES(FloatBuffer)

[Android.Runtime.Register("glDrawTexfvOES", "(Ljava/nio/FloatBuffer;)V", "GetGlDrawTexfvOES_Ljava_nio_FloatBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlDrawTexfvOES (Java.Nio.FloatBuffer? coords);
[<Android.Runtime.Register("glDrawTexfvOES", "(Ljava/nio/FloatBuffer;)V", "GetGlDrawTexfvOES_Ljava_nio_FloatBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlDrawTexfvOES : Java.Nio.FloatBuffer -> unit

Parameters

coords
FloatBuffer
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

GlDrawTexfvOES(Single[], Int32)

[Android.Runtime.Register("glDrawTexfvOES", "([FI)V", "GetGlDrawTexfvOES_arrayFIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlDrawTexfvOES (float[]? coords, int offset);
[<Android.Runtime.Register("glDrawTexfvOES", "([FI)V", "GetGlDrawTexfvOES_arrayFIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlDrawTexfvOES : single[] * int -> unit

Parameters

coords
Single[]
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