-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump glslang to vulkan-tmp-1.4.309 (#6477)
* hotfix slang-rhi * Fix missing include * external/glslang: 15.0.0-37-ga0995c49 -> vulkan-tmp-1.4.309 external/spirv-tools: v2024.4.rc2-44-g3364b982 -> v2024.4.rc2-48-gce37fd67"
- Loading branch information
1 parent
525c2ac
commit af7c202
Showing
11 changed files
with
59 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule spirv-tools
updated
14 files
+1 −1 | DEPS | |
+2 −1 | source/val/validate_decorations.cpp | |
+4 −1 | source/val/validate_extensions.cpp | |
+0 −74 | source/val/validate_function.cpp | |
+8 −34 | source/val/validate_memory.cpp | |
+94 −0 | source/val/validate_ray_query.cpp | |
+107 −0 | source/val/validate_ray_tracing_reorder.cpp | |
+13 −0 | source/val/validation_state.cpp | |
+1 −0 | source/val/validation_state.h | |
+5 −65 | test/val/val_decoration_test.cpp | |
+4 −5 | test/val/val_id_test.cpp | |
+2 −2 | test/val/val_memory_test.cpp | |
+87 −8 | test/val/val_ray_query_test.cpp | |
+199 −1 | test/val/val_ray_tracing_reorder_test.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"v2024.4", "SPIRV-Tools v2024.4 v2024.4.rc2-44-g3364b982" | ||
"v2024.4", "SPIRV-Tools v2024.4 v2024.4.rc2-48-gce37fd67" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.