GL.Ext.GetQueryObject 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetQueryObject(UInt32, All, UInt32[])
重要
此 API 不符合 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
參數
- id
- UInt32
- pname
- All
- params
- UInt32[]
- 屬性
適用於
GetQueryObject(UInt32, All, UInt32*)
重要
此 API 不符合 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
參數
- id
- UInt32
- pname
- All
- params
- UInt32*
- 屬性
適用於
GetQueryObject(UInt32, All, UInt32)
重要
此 API 不符合 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
參數
- id
- UInt32
- pname
- All
- params
- UInt32
- 屬性
適用於
GetQueryObject(UInt32, All, Int32[])
警告
This method was removed from iOS API 6.0 and higher
重要
此 API 不符合 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
參數
- id
- UInt32
- pname
- All
- params
- Int32[]
- 屬性
適用於
GetQueryObject(UInt32, All, Int32)
警告
This method was removed from iOS API 6.0 and higher
重要
此 API 不符合 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
參數
- id
- UInt32
- pname
- All
- params
- Int32
- 屬性
適用於
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
參數
- id
- Int32
- pname
- All
- params
- Int32[]
- 屬性
適用於
GetQueryObject(Int32, All, Int32*)
重要
此 API 不符合 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
參數
- id
- Int32
- pname
- All
- params
- Int32*
- 屬性
適用於
GetQueryObject(Int32, All, Int32)
GetQueryObject(UInt32, All, Int32*)
警告
This method was removed from iOS API 6.0 and higher
重要
此 API 不符合 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
參數
- id
- UInt32
- pname
- All
- params
- Int32*
- 屬性