GL.LoadMatrix メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- m
- Single
- 属性
適用対象
LoadMatrix(Single*)
重要
この API は CLS 準拠ではありません。
[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
パラメーター
- m
- Single*
- 属性
適用対象
LoadMatrix(Single[])
[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glLoadMatrixf", Version="1.1")]
public static void LoadMatrix (float[] m);
static member LoadMatrix : single[] -> unit
パラメーター
- m
- Single[]
- 属性