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