Share via


GLES10.GlLoadMatrixf Method

Definition

Overloads

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

GlLoadMatrixf(FloatBuffer)

[Android.Runtime.Register("glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", "")]
public static void GlLoadMatrixf (Java.Nio.FloatBuffer? m);
[<Android.Runtime.Register("glLoadMatrixf", "(Ljava/nio/FloatBuffer;)V", "")>]
static 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", "")]
public static void GlLoadMatrixf (float[]? m, int offset);
[<Android.Runtime.Register("glLoadMatrixf", "([FI)V", "")>]
static 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