GL.Ext.GetQueryObject Method

Definition

Overloads

GetQueryObject(UInt32, All, UInt32[])
GetQueryObject(UInt32, All, UInt32*)
GetQueryObject(UInt32, All, UInt32)
GetQueryObject(UInt32, All, Int32[])
Obsolete.
GetQueryObject(UInt32, All, Int32)
Obsolete.
GetQueryObject(Int32, All, Int32[])
GetQueryObject(Int32, All, Int32*)
GetQueryObject(Int32, All, Int32)
GetQueryObject(UInt32, All, Int32*)
Obsolete.

GetQueryObject(UInt32, All, UInt32[])

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryObjectuivEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetQueryObject (uint id, OpenTK.Graphics.ES20.All pname, uint[] params);
static member GetQueryObject : uint32 * OpenTK.Graphics.ES20.All * uint32[] -> unit

Parameters

id
UInt32
pname
All
params
UInt32[]
Attributes

Applies to

GetQueryObject(UInt32, All, UInt32*)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryObjectuivEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetQueryObject (uint id, OpenTK.Graphics.ES20.All pname, uint* params);
static member GetQueryObject : uint32 * OpenTK.Graphics.ES20.All * nativeptr<uint32> -> unit

Parameters

id
UInt32
pname
All
params
UInt32*
Attributes

Applies to

GetQueryObject(UInt32, All, UInt32)

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryObjectuivEXT", Version="2.0")]
[System.CLSCompliant(false)]
public static void GetQueryObject (uint id, OpenTK.Graphics.ES20.All pname, out uint params);
static member GetQueryObject : uint32 * OpenTK.Graphics.ES20.All *  -> unit

Parameters

id
UInt32
pname
All
params
UInt32
Attributes

Applies to

GetQueryObject(UInt32, All, Int32[])

Caution

This method was removed from iOS API 6.0 and higher

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryObjectivEXT", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("This method was removed from iOS API 6.0 and higher")]
public static void GetQueryObject (uint id, OpenTK.Graphics.ES20.All pname, int[] params);
static member GetQueryObject : uint32 * OpenTK.Graphics.ES20.All * int[] -> unit

Parameters

id
UInt32
pname
All
params
Int32[]
Attributes

Applies to

GetQueryObject(UInt32, All, Int32)

Caution

This method was removed from iOS API 6.0 and higher

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryObjectivEXT", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("This method was removed from iOS API 6.0 and higher")]
public static void GetQueryObject (uint id, OpenTK.Graphics.ES20.All pname, out int params);
static member GetQueryObject : uint32 * OpenTK.Graphics.ES20.All *  -> unit

Parameters

id
UInt32
pname
All
params
Int32
Attributes

Applies to

GetQueryObject(Int32, All, Int32[])

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

Parameters

id
Int32
pname
All
params
Int32[]
Attributes

Applies to

GetQueryObject(Int32, All, Int32*)

Important

This API is not CLS-compliant.

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

Parameters

id
Int32
pname
All
params
Int32*
Attributes

Applies to

GetQueryObject(Int32, All, Int32)

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

Parameters

id
Int32
pname
All
params
Int32
Attributes

Applies to

GetQueryObject(UInt32, All, Int32*)

Caution

This method was removed from iOS API 6.0 and higher

Important

This API is not CLS-compliant.

[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glGetQueryObjectivEXT", Version="2.0")]
[System.CLSCompliant(false)]
[System.Obsolete("This method was removed from iOS API 6.0 and higher")]
public static void GetQueryObject (uint id, OpenTK.Graphics.ES20.All pname, int* params);
static member GetQueryObject : uint32 * OpenTK.Graphics.ES20.All * nativeptr<int> -> unit

Parameters

id
UInt32
pname
All
params
Int32*
Attributes

Applies to