GL.Oes.IsVertexArray 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
IsVertexArray(Int32)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsVertexArrayOES", Version="2.0")]
public static bool IsVertexArray(int array);
static member IsVertexArray : int -> bool
Parâmetros
- array
- Int32
Retornos
- Atributos
Aplica-se a
IsVertexArray(UInt32)
Importante
Esta API não está em conformidade com CLS.
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glIsVertexArrayOES", Version="2.0")]
[System.CLSCompliant(false)]
public static bool IsVertexArray(uint array);
static member IsVertexArray : uint32 -> bool
Parâmetros
- array
- UInt32
Retornos
- Atributos