GPUDeviceLostInfo

class wgpu.GPUDeviceLostInfo

Bases: object

An object that contains information about the device being lost.

property message

The error message specifying the reason for the device being lost.

property reason

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