GL.Oes.BindVertexArray Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
BindVertexArray(Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBindVertexArrayOES", Version="2.0")]
public static void BindVertexArray(int array);
static member BindVertexArray : int -> unit
Parâmetros
- array
- Int32
- Atributos
Aplica-se a
BindVertexArray(UInt32)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glBindVertexArrayOES", Version="2.0")]
[System.CLSCompliant(false)]
public static void BindVertexArray(uint array);
static member BindVertexArray : uint32 -> unit
Parâmetros
- array
- UInt32
- Atributos