GPUDeviceLostInfo
- class wgpu.GPUDeviceLostInfo
Bases:
objectAn object that contains information about the device being lost.
- property message: str
The error message specifying the reason for the device being lost.
- property reason: Literal['unknown', 'destroyed'] | str
The reason (enums.GPUDeviceLostReason) for the device getting lost. Can be None.