deleteSync method

void deleteSync(
  1. WebGLSync? sync
)

The WebGL2RenderingContext.deleteSync() method of the WebGL 2 API deletes a given WebGLSync object.

Implementation

external void deleteSync(WebGLSync? sync);