DawnException


class DawnException : Exception


Exception for errors originating from the Dawn WebGPU library that do not fit into more specific WebGPU error categories.

Summary

Public constructors

Inherited properties

From kotlin.Throwable

Public constructors

DawnException

Added in 1.0.0-alpha01
DawnException(message: String)
Parameters
message: String

A detailed message explaining the error.