IGL10.GlLoadMatrixx Method

Definition

Overloads

GlLoadMatrixx(IntBuffer)
GlLoadMatrixx(Int32[], Int32)

GlLoadMatrixx(IntBuffer)

[Android.Runtime.Register("glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", "GetGlLoadMatrixx_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlLoadMatrixx (Java.Nio.IntBuffer? m);
[<Android.Runtime.Register("glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", "GetGlLoadMatrixx_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlLoadMatrixx : Java.Nio.IntBuffer -> unit

Parameters

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

GlLoadMatrixx(Int32[], Int32)

[Android.Runtime.Register("glLoadMatrixx", "([II)V", "GetGlLoadMatrixx_arrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlLoadMatrixx (int[]? m, int offset);
[<Android.Runtime.Register("glLoadMatrixx", "([II)V", "GetGlLoadMatrixx_arrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlLoadMatrixx : int[] * int -> unit

Parameters

m
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