Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors Stemming from WebGPU Bindings Don't Go Through Error Handlers #3675

Open
Tracked by #3674
cwfitzgerald opened this issue Apr 12, 2023 · 0 comments
Open
Tracked by #3674
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

Comments

@cwfitzgerald
Copy link
Member

cwfitzgerald commented Apr 12, 2023

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.

@cwfitzgerald cwfitzgerald added type: enhancement New feature or request area: validation Issues related to validation, diagnostics, and error handling api: webgpu Issues with direct interface with WebGPU labels Apr 12, 2023
@cwfitzgerald cwfitzgerald changed the title Errors Stemming from Bindings Don't Go Through Error Handlers Errors Stemming from WebGPU Bindings Don't Go Through Error Handlers Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant