Compartir a través de


GL.IsVertexArray Método

Definición

Sobrecargas

IsVertexArray(Int32)
IsVertexArray(UInt32)

IsVertexArray(Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsVertexArray", Version="3.0")]
public static bool IsVertexArray (int array);
static member IsVertexArray : int -> bool

Parámetros

array
Int32

Devoluciones

Atributos

Se aplica a

IsVertexArray(UInt32)

Importante

Esta API no es conforme a CLS.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsVertexArray", Version="3.0")]
[System.CLSCompliant(false)]
public static bool IsVertexArray (uint array);
static member IsVertexArray : uint32 -> bool

Parámetros

array
UInt32

Devoluciones

Atributos

Se aplica a