GL.Ext.GetQuery Method

Definition

Overloads

GetQuery(All, All, Int32)
GetQuery(All, All, Int32*)
GetQuery(All, All, Int32[])

GetQuery(All, All, Int32)

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryivEXT", Version="2.0")]
public static void GetQuery (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, out int params);
static member GetQuery : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All *  -> unit

Parameters

target
All
pname
All
params
Int32
Attributes

Applies to

GetQuery(All, All, Int32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryivEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetQuery (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int* params);
static member GetQuery : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit

Parameters

target
All
pname
All
params
Int32*
Attributes

Applies to

GetQuery(All, All, Int32[])

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryivEXT", Version="2.0")]
public static void GetQuery (OpenTK.Graphics.ES20.All target, OpenTK.Graphics.ES20.All pname, int[] params);
static member GetQuery : OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * int[] -> unit

Parameters

target
All
pname
All
params
Int32[]
Attributes

Applies to