GL.EndQuery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EndQuery(QueryTarget) | |
EndQuery(All) |
Obsolete.
|
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
Parameters
- target
- QueryTarget
- Attributes
Applies to
EndQuery(All)
Caution
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
Parameters
- target
- All
- Attributes