GL.Ext.ProgramUniformMatrix3 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProgramUniformMatrix3(Int32, Int32, Int32, Boolean, Single)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix3fvEXT", Version="3.0")]
public static void ProgramUniformMatrix3 (int program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix3 : int * int * int * bool * -> unit
Parameters
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Attributes
Applies to
ProgramUniformMatrix3(Int32, Int32, Int32, Boolean, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix3 (int program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix3 : int * int * int * bool * nativeptr<single> -> unit
Parameters
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Attributes
Applies to
ProgramUniformMatrix3(Int32, Int32, Int32, Boolean, Single[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix3fvEXT", Version="3.0")]
public static void ProgramUniformMatrix3 (int program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix3 : int * int * int * bool * single[] -> unit
Parameters
- program
- Int32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Attributes
Applies to
ProgramUniformMatrix3(UInt32, Int32, Int32, Boolean, Single)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix3 (uint program, int location, int count, bool transpose, ref float value);
static member ProgramUniformMatrix3 : uint32 * int * int * bool * -> unit
Parameters
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single
- Attributes
Applies to
ProgramUniformMatrix3(UInt32, Int32, Int32, Boolean, Single*)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix3 (uint program, int location, int count, bool transpose, float* value);
static member ProgramUniformMatrix3 : uint32 * int * int * bool * nativeptr<single> -> unit
Parameters
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single*
- Attributes
Applies to
ProgramUniformMatrix3(UInt32, Int32, Int32, Boolean, Single[])
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glProgramUniformMatrix3fvEXT", Version="3.0")]
[System.CLSCompliant(false)]
public static void ProgramUniformMatrix3 (uint program, int location, int count, bool transpose, float[] value);
static member ProgramUniformMatrix3 : uint32 * int * int * bool * single[] -> unit
Parameters
- program
- UInt32
- location
- Int32
- count
- Int32
- transpose
- Boolean
- value
- Single[]
- Attributes