forked from Vita3K/Vita3K
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
external: Update Vulkan dependencies
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
73 files
Submodule VulkanMemoryAllocator-Hpp
updated
11 files
+1 −1 | CMakeLists.txt | |
+98 −23 | Generate.java | |
+1 −1 | README.md | |
+13 −5 | Update.java | |
+1 −1 | VulkanMemoryAllocator | |
+14 −12 | include/vk_mem_alloc.hpp | |
+38 −2 | include/vk_mem_alloc_enums.hpp | |
+144 −94 | include/vk_mem_alloc_funcs.hpp | |
+33 −11 | include/vk_mem_alloc_handles.hpp | |
+102 −11 | include/vk_mem_alloc_structs.hpp | |
+82 −0 | src/vk_mem_alloc.cppm |