GL.LoadMatrix 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
LoadMatrix(Single) | |
LoadMatrix(Single*) | |
LoadMatrix(Single[]) |
LoadMatrix(Single)
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glLoadMatrixf", Version="1.1")]
public static void LoadMatrix (ref float m);
static member LoadMatrix : -> unit
Parameters
- m
- Single
- Attributes
Applies to
LoadMatrix(Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glLoadMatrixf", Version="1.1")]
[System.CLSCompliant(false)]
public static void LoadMatrix (float* m);
static member LoadMatrix : nativeptr<single> -> unit
Parameters
- m
- Single*
- Attributes
Applies to
LoadMatrix(Single[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glLoadMatrixf", Version="1.1")]
public static void LoadMatrix (float[] m);
static member LoadMatrix : single[] -> unit
Parameters
- m
- Single[]
- Attributes