GL.EndQuery 方法

定义

重载

EndQuery(QueryTarget)
EndQuery(All)
已过时.

EndQuery(QueryTarget)

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glEndQuery", Version="3.0")]
public static void EndQuery (OpenTK.Graphics.ES30.QueryTarget target);
static member EndQuery : OpenTK.Graphics.ES30.QueryTarget -> unit

参数

target
QueryTarget
属性

适用于

EndQuery(All)

注意

Use the overload with strongly typed enumerations

[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glEndQuery", Version="3.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void EndQuery (OpenTK.Graphics.ES30.All target);
static member EndQuery : OpenTK.Graphics.ES30.All -> unit

参数

target
All
属性

适用于