GL.Ext.ProgramUniformMatrix4x3 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ProgramUniformMatrix4x3(UInt32, Int32, Int32, Boolean, Single[])
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x3 (uint program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix4x3 : uint32 * int * int * bool * single[] -> unit
参数
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- 属性
适用于
ProgramUniformMatrix4x3(Int32, Int32, Int32, Boolean, Single)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x3fvEXT", Version="3.0")]
public static void ProgramUniformMatrix4x3 (int program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix4x3 : int * int * int * bool * -> unit
参数
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- 属性
适用于
ProgramUniformMatrix4x3(Int32, Int32, Int32, Boolean, Single*)
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x3 (int program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix4x3 : int * int * int * bool * nativeptr<single> -> unit
参数
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- 属性
适用于
ProgramUniformMatrix4x3(Int32, Int32, Int32, Boolean, Single[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x3fvEXT", Version="3.0")]
public static void ProgramUniformMatrix4x3 (int program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix4x3 : int * int * int * bool * single[] -> unit
参数
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- 属性
适用于
ProgramUniformMatrix4x3(UInt32, Int32, Int32, Boolean, Single)
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x3 (uint program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix4x3 : uint32 * int * int * bool * -> unit
参数
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- 属性
适用于
ProgramUniformMatrix4x3(UInt32, Int32, Int32, Boolean, Single*)
重要
此 API 不符合 CLS。
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x3 (uint program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix4x3 : uint32 * int * int * bool * nativeptr<single> -> unit
参数
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- 属性