Condividi tramite


GL.Oes.IsVertexArray Metodo

Definizione

Overload

IsVertexArray(Int32)
IsVertexArray(UInt32)

IsVertexArray(Int32)

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

Parametri

array
Int32

Restituisce

Attributi

Si applica a

IsVertexArray(UInt32)

Importante

Questa API non è conforme a 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

Parametri

array
UInt32

Restituisce

Attributi

Si applica a