-
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.
Merge pull request #1461 from KhronosGroup/update-vulkan-headers-pr
Update Vulkan-Headers to v1.3.236
- Loading branch information
Showing
11 changed files
with
1,240 additions
and
704 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
18 files
+1 −1 | cmake/install.cmake | |
+7 −0 | include/vulkan/vk_icd.h | |
+29 −1 | include/vulkan/vulkan.hpp | |
+3 −3 | include/vulkan/vulkan_beta.h | |
+46 −20 | include/vulkan/vulkan_core.h | |
+24 −0 | include/vulkan/vulkan_enums.hpp | |
+938 −681 | include/vulkan/vulkan_format_traits.hpp | |
+576 −576 | include/vulkan/vulkan_funcs.hpp | |
+583 −576 | include/vulkan/vulkan_handles.hpp | |
+46 −2 | include/vulkan/vulkan_hash.hpp | |
+24 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+433 −61 | include/vulkan/vulkan_structs.hpp | |
+27 −0 | include/vulkan/vulkan_to_string.hpp | |
+18 −0 | include/vulkan/vulkan_win32.h | |
+1 −1 | registry/genvk.py | |
+27 −4 | registry/profiles/VP_KHR_roadmap_2022.json | |
+1,264 −860 | registry/validusage.json | |
+58 −16 | 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
Oops, something went wrong.