GL.BindVertexArray 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
BindVertexArray(Int32) | |
BindVertexArray(UInt32) |
BindVertexArray(Int32)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindVertexArray", Version="3.0")]
public static void BindVertexArray (int array);
static member BindVertexArray : int -> unit
Parameters
- array
- Int32
- Attributes
Applies to
BindVertexArray(UInt32)
Important
This API is not CLS-compliant.
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBindVertexArray", Version="3.0")]
[System.CLSCompliant(false)]
public static void BindVertexArray (uint array);
static member BindVertexArray : uint32 -> unit
Parameters
- array
- UInt32
- Attributes