handleWebGLContextLoss
const handleWebGLContextLoss: (canvas, eventHandlers, contextLostCb?) => () => void;
Parameters
| Parameter | Type |
|---|---|
canvas | OffscreenCanvas |
eventHandlers | RenderEventHandlers |
contextLostCb? | () => void |
Returns
(): void;
Returns
void