GL.BeginQuery Method

Definition

Overloads

BeginQuery(All, Int32)
Obsolete.
BeginQuery(All, UInt32)
Obsolete.
BeginQuery(QueryTarget, Int32)
BeginQuery(QueryTarget, UInt32)

BeginQuery(All, Int32)

Caution

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBeginQuery", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BeginQuery (OpenTK.Graphics.ES30.All target, int id);
static member BeginQuery : OpenTK.Graphics.ES30.All * int -> unit

Parameters

target
All
id
Int32
Attributes

Applies to

BeginQuery(All, UInt32)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBeginQuery", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void BeginQuery (OpenTK.Graphics.ES30.All target, uint id);
static member BeginQuery : OpenTK.Graphics.ES30.All * uint32 -> unit

Parameters

target
All
id
UInt32
Attributes

Applies to

BeginQuery(QueryTarget, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBeginQuery", Version="3.0")]
public static void BeginQuery (OpenTK.Graphics.ES30.QueryTarget target, int id);
static member BeginQuery : OpenTK.Graphics.ES30.QueryTarget * int -> unit

Parameters

target
QueryTarget
id
Int32
Attributes

Applies to

BeginQuery(QueryTarget, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glBeginQuery", Version="3.0")]
[System.CLSCompliant(false)]
public static void BeginQuery (OpenTK.Graphics.ES30.QueryTarget target, uint id);
static member BeginQuery : OpenTK.Graphics.ES30.QueryTarget * uint32 -> unit

Parameters

target
QueryTarget
id
UInt32
Attributes

Applies to