IGL10.GlLoadMatrixf Method

Definition

Overloads

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

GlLoadMatrixf(FloatBuffer)

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

GlLoadMatrixf(Single[], Int32)

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