DeviceLostCallback
public fun interface DeviceLostCallback
Summary
Public methods |
|
|---|---|
abstract void |
onDeviceLost(@NonNull GPUDevice device, int reason, @NonNull String message)A callback function for handling device loss events. |
Public methods
onDeviceLost
Added in 1.0.0-alpha05
abstract void onDeviceLost(@NonNull GPUDevice device, int reason, @NonNull String message)
A callback function for handling device loss events.