createQuery method
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();
The WebGL2RenderingContext.createQuery()
method of the
WebGL 2 API
creates and initializes
WebGLQuery objects, which provide ways to asynchronously query for
information.
external WebGLQuery? createQuery();