GL.Ext.ProgramUniformMatrix4x2 Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
public static void ProgramUniformMatrix4x2(int program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix4x2 : int * int * int * bool * -> unit
Parameter
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Attribute
Gilt für:
ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single*)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2(int program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix4x2 : int * int * int * bool * nativeptr<single> -> unit
Parameter
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Attribute
Gilt für:
ProgramUniformMatrix4x2(Int32, Int32, Int32, Boolean, Single[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
public static void ProgramUniformMatrix4x2(int program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix4x2 : int * int * int * bool * single[] -> unit
Parameter
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Attribute
Gilt für:
ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2(uint program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix4x2 : uint32 * int * int * bool * -> unit
Parameter
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Attribute
Gilt für:
ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single*)
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2(uint program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix4x2 : uint32 * int * int * bool * nativeptr<single> -> unit
Parameter
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Attribute
Gilt für:
ProgramUniformMatrix4x2(UInt32, Int32, Int32, Boolean, Single[])
Wichtig
Diese API ist nicht CLS-kompatibel.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix4x2fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix4x2(uint program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix4x2 : uint32 * int * int * bool * single[] -> unit
Parameter
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Attribute