次の方法で共有


GL.Ext.ProgramUniformMatrix4x2 メソッド

定義

オーバーロード

ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single)
ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single*)
ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single[])
ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single)
ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single*)
ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single[])

ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
public static void ProgramUniformMatrix4x2 (int program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix4x2 : int * int * int * bool *  -> unit

パラメーター

program
Int32
location
Int32
count
Int32
transpose
Boolean
value
Single
属性

適用対象

ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single*)

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2 (int program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix4x2 : int * int * int * bool * nativeptr<single> -> unit

パラメーター

program
Int32
location
Int32
count
Int32
transpose
Boolean
value
Single*
属性

適用対象

ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
public static void ProgramUniformMatrix4x2 (int program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix4x2 : int * int * int * bool * single[] -> unit

パラメーター

program
Int32
location
Int32
count
Int32
transpose
Boolean
value
Single[]
属性

適用対象

ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single)

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2 (uint program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix4x2 : uint32 * int * int * bool *  -> unit

パラメーター

program
UInt32
location
Int32
count
Int32
transpose
Boolean
value
Single
属性

適用対象

ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single*)

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2 (uint program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix4x2 : uint32 * int * int * bool * nativeptr<single> -> unit

パラメーター

program
UInt32
location
Int32
count
Int32
transpose
Boolean
value
Single*
属性

適用対象

ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single[])

重要

この API は CLS 準拠ではありません。

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2 (uint program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix4x2 : uint32 * int * int * bool * single[] -> unit

パラメーター

program
UInt32
location
Int32
count
Int32
transpose
Boolean
value
Single[]
属性

適用対象