-
- Downloads
Update dawn version to chromium/6594
- This commit updates the version of dawn used in the webgpu module. Code compiles and runs fine until exit. - Dawn's cmake has been slightly improved upstream, so we can discover the monolithic `webgpu_dawn` library and webgpu headers from the installation directory. - The `DiscoverDefaultAdapters` and `EnableBackendValidation` functions are no longer present in the new dawn tag, so this commit removes their usage. - There are a few deprecation warnings at runtime and all unit tests crash during exit during the destruction of static WGPUContext. - Future commits will address runtime problems.
Showing
- CMake/FindDawn.cmake 0 additions, 75 deletionsCMake/FindDawn.cmake
- Rendering/WebGPU/CMakeLists.txt 2 additions, 8 deletionsRendering/WebGPU/CMakeLists.txt
- Rendering/WebGPU/README.md 7 additions, 17 deletionsRendering/WebGPU/README.md
- Rendering/WebGPU/vtkWGPUContext.cxx 0 additions, 3 deletionsRendering/WebGPU/vtkWGPUContext.cxx
- Rendering/WebGPU/vtkWebGPUInternalsCallbacks.cxx 5 additions, 2 deletionsRendering/WebGPU/vtkWebGPUInternalsCallbacks.cxx
Loading
Please register or sign in to comment