次の方法で共有


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
属性

適用対象