-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip extension: VK_AMDX_shader_enqueue Deal with KHR suffix's VkFlags64 for ToString
- Loading branch information
1 parent
7a7d18d
commit 55c1cdd
Showing
37 changed files
with
1,658 additions
and
138 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
20 files
+10 −0 | CODE_OF_CONDUCT.adoc | |
+0 −1 | CODE_OF_CONDUCT.md | |
+106 −29 | include/vulkan/vulkan.cppm | |
+381 −33 | include/vulkan/vulkan.hpp | |
+113 −0 | include/vulkan/vulkan_beta.h | |
+205 −17 | include/vulkan/vulkan_core.h | |
+168 −22 | include/vulkan/vulkan_enums.hpp | |
+16 −4 | include/vulkan/vulkan_extension_inspection.hpp | |
+54 −0 | include/vulkan/vulkan_format_traits.hpp | |
+452 −13 | include/vulkan/vulkan_funcs.hpp | |
+207 −7 | include/vulkan/vulkan_handles.hpp | |
+215 −32 | include/vulkan/vulkan_hash.hpp | |
+367 −16 | include/vulkan/vulkan_raii.hpp | |
+107 −11 | include/vulkan/vulkan_static_assertions.hpp | |
+1,810 −244 | include/vulkan/vulkan_structs.hpp | |
+246 −2 | include/vulkan/vulkan_to_string.hpp | |
+2 −0 | registry/genvk.py | |
+111 −50 | registry/parse_dependency.py | |
+2,117 −229 | registry/validusage.json | |
+459 −56 | 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
Oops, something went wrong.