Interface WebGLContextEventMap

interface WebGLContextEventMap {
    webglcontextlost: WebGLContextEvent;
    webglcontextrestore: WebGLContextEvent;
}

Properties

webglcontextlost: WebGLContextEvent
webglcontextrestore: WebGLContextEvent

Generated using TypeDoc