generated from jyxiong/template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
19 files
+1 −1 | CMakeLists.txt | |
+9 −92 | include/vulkan/vulkan.cppm | |
+281 −335 | include/vulkan/vulkan.hpp | |
+14 −262 | include/vulkan/vulkan_core.h | |
+6 −49 | include/vulkan/vulkan_enums.hpp | |
+20 −48 | include/vulkan/vulkan_extension_inspection.hpp | |
+50 −488 | include/vulkan/vulkan_funcs.hpp | |
+120 −967 | include/vulkan/vulkan_handles.hpp | |
+6 −257 | include/vulkan/vulkan_hash.hpp | |
+299 −576 | include/vulkan/vulkan_raii.hpp | |
+2 −48 | include/vulkan/vulkan_shared.hpp | |
+10 −130 | include/vulkan/vulkan_static_assertions.hpp | |
+32 −1,891 | include/vulkan/vulkan_structs.hpp | |
+1 −45 | include/vulkan/vulkan_to_string.hpp | |
+5 −10 | registry/cgenerator.py | |
+6 −41 | registry/generator.py | |
+403 −1,290 | registry/validusage.json | |
+153 −639 | registry/vk.xml | |
+2 −2 | registry/vkconventions.py |
Submodule imgui
updated
60 files
Submodule spdlog
updated
6 files
+1 −1 | README.md | |
+1 −1 | bench/async_bench.cpp | |
+2 −2 | bench/bench.cpp | |
+1 −1 | example/example.cpp | |
+1 −1 | include/spdlog/sinks/callback_sink.h | |
+1 −1 | include/spdlog/sinks/msvc_sink.h |