Class WebGLQuery
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The WebGLQuery interface is part of the WebGL 2 API and provides ways to asynchronously query for information. By default, occlusion queries and primitive queries are available.
[Value("WebGLQuery")]
public class WebGLQuery : WebGLObject
- Inheritance
-
WebGLQuery
- Inherited Members
Remarks
Another kind of queries are disjoint timer queries, which allow you to measure performance and profiling of your GPU. Disjoint timer queries are available with the EXT_disjoint_timer_query extension only.
When working with WebGLQuery objects, the following methods of the WebGL2RenderingContext are useful:
Constructors
WebGLQuery()
public WebGLQuery()