共用方式為


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

適用於