IGL10.GlMultMatrixx Method

Definition

Overloads

GlMultMatrixx(IntBuffer)
GlMultMatrixx(Int32[], Int32)

GlMultMatrixx(IntBuffer)

[Android.Runtime.Register("glMultMatrixx", "(Ljava/nio/IntBuffer;)V", "GetGlMultMatrixx_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlMultMatrixx (Java.Nio.IntBuffer? m);
[<Android.Runtime.Register("glMultMatrixx", "(Ljava/nio/IntBuffer;)V", "GetGlMultMatrixx_Ljava_nio_IntBuffer_Handler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlMultMatrixx : 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

GlMultMatrixx(Int32[], Int32)

[Android.Runtime.Register("glMultMatrixx", "([II)V", "GetGlMultMatrixx_arrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void GlMultMatrixx (int[]? m, int offset);
[<Android.Runtime.Register("glMultMatrixx", "([II)V", "GetGlMultMatrixx_arrayIIHandler:Javax.Microedition.Khronos.Opengles.IGL10Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GlMultMatrixx : 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