GL.LoadMatrixx Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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