GL.LoadMatrixx Method

Definition

Overloads

LoadMatrixx(Int32[])
LoadMatrixx(Int32*)
LoadMatrixx(Int32)

LoadMatrixx(Int32[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glLoadMatrixx", Version="1.1")]
public static void LoadMatrixx (int[] m);
static member LoadMatrixx : int[] -> unit

Parameters

m
Int32[]
Attributes

Applies to

LoadMatrixx(Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glLoadMatrixx", Version="1.1")]
[System.CLSCompliant(false)]
public static void LoadMatrixx (int* m);
static member LoadMatrixx : nativeptr<int> -> unit

Parameters

m
Int32*
Attributes

Applies to

LoadMatrixx(Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glLoadMatrixx", Version="1.1")]
public static void LoadMatrixx (ref int m);
static member LoadMatrixx :  -> unit

Parameters

m
Int32
Attributes

Applies to