GL.Ext.ProgramUniformMatrix4x3 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
ProgramUniformMatrix4x3(UInt32, Int32, Int32, Boolean, Single[])
Important
Cette API n’est pas conforme 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
Paramètres
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Attributs
S’applique à
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
Paramètres
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Attributs
S’applique à
ProgramUniformMatrix4x3(Int32, Int32, Int32, Boolean, Single*)
Important
Cette API n’est pas conforme 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
Paramètres
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Attributs
S’applique à
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
Paramètres
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Attributs
S’applique à
ProgramUniformMatrix4x3(UInt32, Int32, Int32, Boolean, Single)
Important
Cette API n’est pas conforme 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
Paramètres
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Attributs
S’applique à
ProgramUniformMatrix4x3(UInt32, Int32, Int32, Boolean, Single*)
Important
Cette API n’est pas conforme 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
Paramètres
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Attributs