Skip to content
Snippets Groups Projects
Commit 3cd15633 authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

Update webgpu classes to use dawn v7037

- closes vtk/vtk#19524
- due to changes in API upstream, some code change is necessary to be able to compile with dawn v7037.
- callbacks now have `wgpu::StringView` instead of `const char*`
- all status enums in callbacks are C++ style enums instead of C style enums
- all async functions return a `wgpu::Future` which can be passed into `wgpu::Instance::WaitAny`
- uses callback mode `AllowProcessEvents` for buffer async mapping
parent 6fefb751
No related branches found
No related tags found
No related merge requests found
Showing
with 363 additions and 415 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment