GPUDeviceLostInfo

class wgpu.GPUDeviceLostInfo

Bases: object

An 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: DeviceLostReason

The reason (enums.GPUDeviceLostReason) for the device getting lost. Can be None.