getQuery method
The WebGL2RenderingContext.getQuery()
method of the
WebGL 2 API
returns the currently active
WebGLQuery for the target
, or
null
.
Implementation
external WebGLQuery? getQuery(
GLenum target,
GLenum pname,
);
The WebGL2RenderingContext.getQuery()
method of the
WebGL 2 API
returns the currently active
WebGLQuery for the target
, or
null
.
external WebGLQuery? getQuery(
GLenum target,
GLenum pname,
);