GL.UniformMatrix2 Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
UniformMatrix2(Int32, Boolean, Matrix2) | |
UniformMatrix2(Int32, Int32, Boolean, Single) | |
UniformMatrix2(Int32, Int32, Boolean, Single*) | |
UniformMatrix2(Int32, Int32, Boolean, Single[]) |
UniformMatrix2(Int32, Boolean, Matrix2)
UniformMatrix2(Int32, Int32, Boolean, Single)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glUniformMatrix2fv", Version="2.0")]
public static void UniformMatrix2 (int location, int count, bool transpose, ref float value);
static member UniformMatrix2 : int * int * bool * -> unit
Paramètres
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Attributs
S’applique à
UniformMatrix2(Int32, Int32, Boolean, Single*)
Important
Cette API n’est pas conforme CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glUniformMatrix2fv", Version="2.0")]
[System.CLSCompliant(false)]
public static void UniformMatrix2 (int location, int count, bool transpose, float* value);
static member UniformMatrix2 : int * int * bool * nativeptr<single> -> unit
Paramètres
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Attributs
S’applique à
UniformMatrix2(Int32, Int32, Boolean, Single[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glUniformMatrix2fv", Version="2.0")]
public static void UniformMatrix2 (int location, int count, bool transpose, float[] value);
static member UniformMatrix2 : int * int * bool * single[] -> unit
Paramètres
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Attributs