GL.EndQuery Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
EndQuery(QueryTarget) | |
EndQuery(All) |
Obsoleti.
|
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
Parametri
- target
- QueryTarget
- Attributi
Si applica a
EndQuery(All)
Attenzione
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
Parametri
- target
- All
- Attributi