-
Notifications
You must be signed in to change notification settings - Fork 140
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
9663f9d
commit 7543863
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vulkan-headers
updated
17 files
+6 −2 | CMakeLists.txt | |
+37 −15 | include/vulkan/vulkan.cppm | |
+7,978 −7,884 | include/vulkan/vulkan.hpp | |
+22 −1 | include/vulkan/vulkan_core.h | |
+2 −0 | include/vulkan/vulkan_enums.hpp | |
+12 −1 | include/vulkan/vulkan_extension_inspection.hpp | |
+112 −102 | include/vulkan/vulkan_funcs.hpp | |
+54 −50 | include/vulkan/vulkan_handles.hpp | |
+27 −0 | include/vulkan/vulkan_hash.hpp | |
+21 −14 | include/vulkan/vulkan_hpp_macros.hpp | |
+2,923 −2,868 | include/vulkan/vulkan_raii.hpp | |
+171 −169 | include/vulkan/vulkan_shared.hpp | |
+15 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+220 −0 | include/vulkan/vulkan_structs.hpp | |
+2 −0 | include/vulkan/vulkan_to_string.hpp | |
+19,902 −19,864 | registry/validusage.json | |
+22 −6 | registry/vk.xml |