GpuDeviceError class final
A WebGPU error that reached Dart, which without gpuChecked none of them do.
- Implemented types
Constructors
- GpuDeviceError(String what, String message)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The browser's own text, which is usually precise about which member was
wrong and never says where in Dart it came from.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- what → String
-
What was being attempted — a caller's own words, since the browser's
message names a dictionary member and not the pipeline it belonged to.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited