-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Slang-RHI to get recent WGPU fixes
This helps to address issue #5222.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule slang-rhi
updated
15 files
+22 −4 | .github/workflows/ci.yml | |
+78 −34 | CMakeLists.txt | |
+3 −3 | src/core/string.h | |
+0 −120 | src/d3d/d3d-util.cpp | |
+0 −48 | src/d3d/d3d-util.h | |
+118 −0 | src/d3d12/d3d12-acceleration-structure.cpp | |
+47 −0 | src/d3d12/d3d12-acceleration-structure.h | |
+1 −1 | src/d3d12/d3d12-command-encoder.cpp | |
+1 −1 | src/d3d12/d3d12-device.cpp | |
+132 −0 | src/vulkan/vk-acceleration-structure.cpp | |
+49 −0 | src/vulkan/vk-acceleration-structure.h | |
+0 −131 | src/vulkan/vk-util.cpp | |
+0 −49 | src/vulkan/vk-util.h | |
+1 −0 | src/wgpu/wgpu-buffer.cpp | |
+2 −0 | src/wgpu/wgpu-shader-object-layout.cpp |