WebGLRenderingContext: finish() method

Note: This feature is available in Web Workers.

The WebGLRenderingContext.finish() method of the WebGL API blocks execution until all previously called commands are finished.

Syntax

js
finish()

Parameters

None.

Return value

None (undefined).

Specifications

See also