-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
61bc93f
commit 75ba778
Showing
10 changed files
with
165 additions
and
5 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
14 files
+7 −3 | include/vulkan/vulkan.cppm | |
+107 −250 | include/vulkan/vulkan.hpp | |
+14 −1 | include/vulkan/vulkan_core.h | |
+4 −0 | include/vulkan/vulkan_enums.hpp | |
+5 −3 | include/vulkan/vulkan_extension_inspection.hpp | |
+3 −0 | include/vulkan/vulkan_funcs.hpp | |
+6 −0 | include/vulkan/vulkan_handles.hpp | |
+14 −0 | include/vulkan/vulkan_hash.hpp | |
+37 −2 | include/vulkan/vulkan_shared.hpp | |
+10 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+102 −0 | include/vulkan/vulkan_structs.hpp | |
+1 −0 | include/vulkan/vulkan_to_string.hpp | |
+52 −48 | registry/validusage.json | |
+20 −14 | 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
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