GL.BindVertexArray Method

Definition

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

Applies to