DeviceLostCallback
public fun interface DeviceLostCallback
Summary
Public methods |
|
|---|---|
abstract void |
onDeviceLost(@NonNull GPUDevice device, int reason, @NonNull String message)A callback function for notification when a GPU device becomes unusable. |
Public methods
onDeviceLost
Added in 1.0.0-alpha01
abstract void onDeviceLost(@NonNull GPUDevice device, int reason, @NonNull String message)
A callback function for notification when a GPU device becomes unusable.