IGL11Ext.GlDrawTexsvOES Method

Definition

Overloads

GlDrawTexsvOES(Int16[], Int32)
GlDrawTexsvOES(ShortBuffer)

GlDrawTexsvOES(Int16[], Int32)

[Android.Runtime.Register("glDrawTexsvOES", "([SI)V", "GetGlDrawTexsvOES_arraySIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlDrawTexsvOES (short[]? coords, int offset);
[<Android.Runtime.Register("glDrawTexsvOES", "([SI)V", "GetGlDrawTexsvOES_arraySIHandler:Javax.Microedition.Khronos.Opengles.IGL11ExtInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlDrawTexsvOES : int16[] * int -> unit

Parameters

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

GlDrawTexsvOES(ShortBuffer)

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

Parameters

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