共用方式為


GL.Ext.BeginQuery 方法

定義

多載

BeginQuery(All, Int32)

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

參數

target
All
id
Int32
屬性

適用於

BeginQuery(All, UInt32)

重要

此 API 不符合 CLS 規範。

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

參數

target
All
id
UInt32
屬性

適用於