GLES10.GlLoadMatrixx Method

Definition

Overloads

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

GlLoadMatrixx(IntBuffer)

[Android.Runtime.Register("glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", "")]
public static void GlLoadMatrixx (Java.Nio.IntBuffer? m);
[<Android.Runtime.Register("glLoadMatrixx", "(Ljava/nio/IntBuffer;)V", "")>]
static 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", "")]
public static void GlLoadMatrixx (int[]? m, int offset);
[<Android.Runtime.Register("glLoadMatrixx", "([II)V", "")>]
static 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