DeviceLostException
class DeviceLostException : Exception
Exception thrown when a GPUDevice is lost and can no longer be used.
Summary
Public constructors |
|---|
DeviceLostException(device: GPUDevice, reason: Int, message: String) |
Public properties |
|
|---|---|
GPUDevice |
The |
Int |
The reason code indicating why the device was lost. |
Inherited properties |
|---|
Public constructors
DeviceLostException
Added in 1.0.0-alpha05
DeviceLostException(device: GPUDevice, reason: Int, message: String)