The WEBGL_lose_context extension is part of the WebGL API and
functions to simulate losing and restoring a web.gl.WebGLRenderingContext
.
The WEBGL_lose_context extension is part of the WebGL API and functions to simulate losing and restoring a `web.gl.WebGLRenderingContext`.
(lose-context this & args)
Method.
The WEBGL_lose_context.loseContext() method is part of the WebGL
and allows you to simulate losing the context of a web.gl.WebGLRenderingContext
gl.getExtension('WEBGL_lose_context').loseContext();
See also: https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_lose_context/loseContext
Method. The WEBGL_lose_context.loseContext() method is part of the WebGL and allows you to simulate losing the context of a `web.gl.WebGLRenderingContext` `gl.getExtension('WEBGL_lose_context').loseContext();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_lose_context/loseContext`
(restore-context this & args)
Method.
The WEBGL_lose_context.restoreContext() method is part of the
API and allows you to simulate restoring the context of a web.gl.WebGLRenderingContext
gl.getExtension('WEBGL_lose_context').restoreContext();
See also: https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_lose_context/restoreContext
Method. The WEBGL_lose_context.restoreContext() method is part of the API and allows you to simulate restoring the context of a `web.gl.WebGLRenderingContext` `gl.getExtension('WEBGL_lose_context').restoreContext();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_lose_context/restoreContext`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close