GL.UniformMatrix4x2 方法

定义

重载

UniformMatrix4x2(Int32, Int32, Boolean, Single[])
UniformMatrix4x2(Int32, Int32, Boolean, Single*)
UniformMatrix4x2(Int32, Int32, Boolean, Single)

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

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

参数

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

适用于

UniformMatrix4x2(Int32, Int32, Boolean, Single*)

重要

此 API 不符合 CLS。

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

参数

location
Int32
count
Int32
transpose
Boolean
value
Single*
属性

适用于

UniformMatrix4x2(Int32, Int32, Boolean, Single)

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

参数

location
Int32
count
Int32
transpose
Boolean
value
Single
属性

适用于