GLES11Ext.GlLoadMatrixxOES Method

Definition

Overloads

GlLoadMatrixxOES(Int32[], Int32)
GlLoadMatrixxOES(IntBuffer)

GlLoadMatrixxOES(Int32[], Int32)

[Android.Runtime.Register("glLoadMatrixxOES", "([II)V", "")]
public static void GlLoadMatrixxOES (int[]? m, int offset);
[<Android.Runtime.Register("glLoadMatrixxOES", "([II)V", "")>]
static member GlLoadMatrixxOES : 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

GlLoadMatrixxOES(IntBuffer)

[Android.Runtime.Register("glLoadMatrixxOES", "(Ljava/nio/IntBuffer;)V", "")]
public static void GlLoadMatrixxOES (Java.Nio.IntBuffer? m);
[<Android.Runtime.Register("glLoadMatrixxOES", "(Ljava/nio/IntBuffer;)V", "")>]
static member GlLoadMatrixxOES : 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