GL.Oes.BindVertexArray Método

Definición

Sobrecargas

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

Parámetros

array
Int32
Atributos

Se aplica a

BindVertexArray(UInt32)

Importante

Esta API no es conforme a CLS.

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

Parámetros

array
UInt32
Atributos

Se aplica a