Minimal WebGPU device-lost payload shape used by WebGPURenderer.

interface WebGPUDeviceLostInfoLike {
    message?: string;
    reason?: string;
}

Properties

Properties

message?: string
reason?: string