GL.GetUniformLocation 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
GetUniformLocation(Int32, String) | |
GetUniformLocation(UInt32, String) |
GetUniformLocation(Int32, String)
GetUniformLocation(UInt32, String)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetUniformLocation", Version="3.0")]
[System.CLSCompliant(false)]
public static int GetUniformLocation (uint program, string name);
static member GetUniformLocation : uint32 * string -> int
Parameters
- program
- UInt32
- name
- String
Returns
- Attributes