GL.Oes.BindVertexArray Method

Definition

Overloads

BindVertexArray(Int32)
BindVertexArray(UInt32)

BindVertexArray(Int32)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glBindVertexArrayOES", Version="1.1")]
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="1.1", EntryPoint="glBindVertexArrayOES", Version="1.1")]
[System.CLSCompliant(false)]
public static void BindVertexArray (uint array);
static member BindVertexArray : uint32 -> unit

Parameters

array
UInt32
Attributes

Applies to