GL.Oes.IsVertexArray Method

Definition

Overloads

IsVertexArray(Int32)
IsVertexArray(UInt32)

IsVertexArray(Int32)

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

Parameters

array
Int32

Returns

Attributes

Applies to

IsVertexArray(UInt32)

Important

This API is not CLS-compliant.

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

Parameters

array
UInt32

Returns

Attributes

Applies to