finish method

void finish()

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

Implementation

external void finish();