GL.Ext.GetQueryObject Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
GetQueryObject(UInt32, All, UInt32[])
Importante
Esta API no es conforme a CLS.
[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
Parámetros
- id
- UInt32
- pname
- All
- params
- UInt32[]
- Atributos
Se aplica a
GetQueryObject(UInt32, All, UInt32*)
Importante
Esta API no es conforme a CLS.
[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
Parámetros
- id
- UInt32
- pname
- All
- params
- UInt32*
- Atributos
Se aplica a
GetQueryObject(UInt32, All, UInt32)
Importante
Esta API no es conforme a CLS.
[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
Parámetros
- id
- UInt32
- pname
- All
- params
- UInt32
- Atributos
Se aplica a
GetQueryObject(UInt32, All, Int32[])
Precaución
This method was removed from iOS API 6.0 and higher
Importante
Esta API no es conforme a CLS.
[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
Parámetros
- id
- UInt32
- pname
- All
- params
- Int32[]
- Atributos
Se aplica a
GetQueryObject(UInt32, All, Int32)
Precaución
This method was removed from iOS API 6.0 and higher
Importante
Esta API no es conforme a CLS.
[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
Parámetros
- id
- UInt32
- pname
- All
- params
- Int32
- Atributos
Se aplica a
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
Parámetros
- id
- Int32
- pname
- All
- params
- Int32[]
- Atributos
Se aplica a
GetQueryObject(Int32, All, Int32*)
Importante
Esta API no es conforme a CLS.
[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
Parámetros
- id
- Int32
- pname
- All
- params
- Int32*
- Atributos
Se aplica a
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
Parámetros
- id
- Int32
- pname
- All
- params
- Int32
- Atributos
Se aplica a
GetQueryObject(UInt32, All, Int32*)
Precaución
This method was removed from iOS API 6.0 and higher
Importante
Esta API no es conforme a CLS.
[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
Parámetros
- id
- UInt32
- pname
- All
- params
- Int32*
- Atributos