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