-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Vulkan-Headers to v1.3.242 (#1520)
Co-authored-by: GitHub <[email protected]>
- Loading branch information
1 parent
bceab2b
commit c499dd0
Showing
8 changed files
with
134 additions
and
2 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
15 files
+5 −3 | .github/workflows/linux.yml | |
+5 −0 | BUILD.gn | |
+2 −4 | CMakeLists.txt | |
+11 −1 | include/vulkan/vulkan.hpp | |
+16 −4 | include/vulkan/vulkan_core.h | |
+1 −0 | include/vulkan/vulkan_enums.hpp | |
+3 −0 | include/vulkan/vulkan_handles.hpp | |
+13 −0 | include/vulkan/vulkan_hash.hpp | |
+730 −493 | include/vulkan/vulkan_raii.hpp | |
+8 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+96 −0 | include/vulkan/vulkan_structs.hpp | |
+1 −0 | include/vulkan/vulkan_to_string.hpp | |
+60 −21 | registry/parse_dependency.py | |
+241 −53 | registry/validusage.json | |
+23 −6 | registry/vk.xml |
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
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
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
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
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
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
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