The WEBGL_lose_context extension is part of the WebGL API and exposes functions to simulate losing and restoring a WebGLRenderingContext.

Documentation WEBGL_lose_context by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Methods

loseContext ():Void

Simulates losing the context.

restoreContext ():Void

Simulates restoring the context.