reportDeviceLost
reportDeviceLost(
reason,message):void
Defined in: render/renderer.ts:191
Tell the engine about a loss the host observed.
The browser reports context loss to JS, not to wasm, so without this the core keeps submitting until its own next poll notices.
Parameters
Section titled “Parameters”reason
Section titled “reason”number
message
Section titled “message”string
Returns
Section titled “Returns”void