WebIDLpedia

WEBGL_lose_context interface

Definition

WebGL WEBGL_lose_context Khronos Ratified Extension Specification defines WEBGL_lose_context

[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface WEBGL_lose_context {
      undefined loseContext();
      undefined restoreContext();
};