createQuery method

WebGLQuery? createQuery()

The WebGL2RenderingContext.createQuery() method of the WebGL 2 API creates and initializes WebGLQuery objects, which provide ways to asynchronously query for information.

Implementation

external WebGLQuery? createQuery();