Errors Stemming from WebGPU Bindings Don't Go Through Error Handlers #3675
Labels
api: webgpu
Issues with direct interface with WebGPU
area: validation
Issues related to validation, diagnostics, and error handling
type: enhancement
New feature or request
All errors that arise from the
web.rs
bindings to WebGPU are mostly expressed as log messages or panics. These should all be funneled into the error handlers that users register. This will require maintaining some machinery on our end to wire it all through.The text was updated successfully, but these errors were encountered: