UncapturedErrorCallback


fun interface UncapturedErrorCallback


Summary

Public functions

Unit
onUncapturedError(device: GPUDevice, type: Int, message: String)

A callback function for handling uncaptured errors.

Public functions

onUncapturedError

Added in 1.0.0-alpha04
fun onUncapturedError(device: GPUDevice, type: Int, message: String): Unit

A callback function for handling uncaptured errors.

Parameters
device: GPUDevice

The device on which the error occurred.

type: Int

The type of the error.

message: String

The error message.