GL.IsQuery Method

Definition

Overloads

IsQuery(Int32)
IsQuery(UInt32)

IsQuery(Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glIsQuery", Version="3.0")]
public static bool IsQuery (int id);
static member IsQuery : int -> bool

Parameters

id
Int32

Returns

Attributes

Applies to

IsQuery(UInt32)

Important

This API is not CLS-compliant.

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

Parameters

id
UInt32

Returns

Attributes

Applies to