IGL10.GlMultMatrixf Method

Definition

Overloads

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

GlMultMatrixf(FloatBuffer)

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

GlMultMatrixf(Single[], Int32)

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

Parameters

m
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