isSync method

GLboolean isSync(
  1. WebGLSync? sync
)

The WebGL2RenderingContext.isSync() method of the WebGL 2 API returns true if the passed object is a valid WebGLSync object.

Implementation

external GLboolean isSync(WebGLSync? sync);