Note: This feature is available in Web Workers.
The WebGL2RenderingContext.createQuery() method of the WebGL 2 API creates and initializes WebGLQuery objects, which provide ways to asynchronously query for information.
createQuery()None.
A WebGLQuery object.
gl must be a WebGL2RenderingContext. WebGLQuery objects are not available in WebGL 1.
const query = gl.createQuery();