Compartir a través de


GL.EndQuery Método

Definición

Sobrecargas

EndQuery(QueryTarget)
EndQuery(All)
Obsoletos.

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

Parámetros

target
QueryTarget
Atributos

Se aplica a

EndQuery(All)

Precaución

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

Parámetros

target
All
Atributos

Se aplica a