GL.UniformMatrix4 Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
UniformMatrix4(Int32, Int32, Boolean, Single*) | |
UniformMatrix4(Int32, Int32, Boolean, Single[]) | |
UniformMatrix4(Int32, Boolean, Matrix4) | |
UniformMatrix4(Int32, Int32, Boolean, Single) |
UniformMatrix4(Int32, Int32, Boolean, Single*)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glUniformMatrix4fv", Version="3.0")]
[System.CLSCompliant(false)]
public static void UniformMatrix4 (int location, int count, bool transpose, float* value);
static member UniformMatrix4 : int * int * bool * nativeptr<single> -> unit
Parâmetros
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Atributos
Aplica-se a
UniformMatrix4(Int32, Int32, Boolean, Single[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glUniformMatrix4fv", Version="3.0")]
public static void UniformMatrix4 (int location, int count, bool transpose, float[] value);
static member UniformMatrix4 : int * int * bool * single[] -> unit
Parâmetros
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Atributos
Aplica-se a
UniformMatrix4(Int32, Boolean, Matrix4)
UniformMatrix4(Int32, Int32, Boolean, Single)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glUniformMatrix4fv", Version="3.0")]
public static void UniformMatrix4 (int location, int count, bool transpose, ref float value);
static member UniformMatrix4 : int * int * bool * -> unit
Parâmetros
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Atributos