GL.GetQuery Method

Definition

Overloads

GetQuery(All, All, Int32)
Obsolete.
GetQuery(All, All, Int32*)
Obsolete.
GetQuery(All, All, Int32[])
Obsolete.
GetQuery(QueryTarget, GetQueryParam, Int32)
GetQuery(QueryTarget, GetQueryParam, Int32*)
GetQuery(QueryTarget, GetQueryParam, Int32[])

GetQuery(All, All, Int32)

Caution

Use the overload with strongly typed enumerations

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

Parameters

target
All
pname
All
params
Int32
Attributes

Applies to

GetQuery(All, All, Int32*)

Caution

Use the overload with strongly typed enumerations

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetQueryiv", Version="3.0")]
[System.CLSCompliant(false)]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void GetQuery (OpenTK.Graphics.ES30.All target, OpenTK.Graphics.ES30.All pname, int* params);
static member GetQuery : OpenTK.Graphics.ES30.All * OpenTK.Graphics.ES30.All * nativeptr<int> -> unit

Parameters

target
All
pname
All
params
Int32*
Attributes

Applies to

GetQuery(All, All, Int32[])

Caution

Use the overload with strongly typed enumerations

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

Parameters

target
All
pname
All
params
Int32[]
Attributes

Applies to

GetQuery(QueryTarget, GetQueryParam, Int32)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetQueryiv", Version="3.0")]
public static void GetQuery (OpenTK.Graphics.ES30.QueryTarget target, OpenTK.Graphics.ES30.GetQueryParam pname, out int params);
static member GetQuery : OpenTK.Graphics.ES30.QueryTarget * OpenTK.Graphics.ES30.GetQueryParam *  -> unit

Parameters

target
QueryTarget
params
Int32
Attributes

Applies to

GetQuery(QueryTarget, GetQueryParam, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetQueryiv", Version="3.0")]
[System.CLSCompliant(false)]
public static void GetQuery (OpenTK.Graphics.ES30.QueryTarget target, OpenTK.Graphics.ES30.GetQueryParam pname, int* params);
static member GetQuery : OpenTK.Graphics.ES30.QueryTarget * OpenTK.Graphics.ES30.GetQueryParam * nativeptr<int> -> unit

Parameters

target
QueryTarget
params
Int32*
Attributes

Applies to

GetQuery(QueryTarget, GetQueryParam, Int32[])

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glGetQueryiv", Version="3.0")]
public static void GetQuery (OpenTK.Graphics.ES30.QueryTarget target, OpenTK.Graphics.ES30.GetQueryParam pname, int[] params);
static member GetQuery : OpenTK.Graphics.ES30.QueryTarget * OpenTK.Graphics.ES30.GetQueryParam * int[] -> unit

Parameters

target
QueryTarget
params
Int32[]
Attributes

Applies to