-
-
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.
Signed-off-by: Tobias Frisch <[email protected]>
- Loading branch information
1 parent
79fde06
commit da11ab5
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule Vulkan-Headers
updated
16 files
+39 −0 | include/vulkan/vulkan.cppm | |
+43 −2 | include/vulkan/vulkan.hpp | |
+87 −1 | include/vulkan/vulkan_core.h | |
+18 −0 | include/vulkan/vulkan_enums.hpp | |
+20 −13 | include/vulkan/vulkan_extension_inspection.hpp | |
+22 −0 | include/vulkan/vulkan_funcs.hpp | |
+16 −0 | include/vulkan/vulkan_handles.hpp | |
+42 −0 | include/vulkan/vulkan_hash.hpp | |
+19 −0 | include/vulkan/vulkan_raii.hpp | |
+19 −0 | include/vulkan/vulkan_static_assertions.hpp | |
+320 −0 | include/vulkan/vulkan_structs.hpp | |
+26 −0 | include/vulkan/vulkan_to_string.hpp | |
+10 −5 | registry/cgenerator.py | |
+41 −6 | registry/generator.py | |
+344 −278 | registry/validusage.json | |
+197 −117 | registry/vk.xml |
Submodule Vulkan-Hpp
updated
13 files
+1 −1 | Vulkan-Headers | |
+13 −0 | vulkan/vulkan.cppm | |
+44 −3 | vulkan/vulkan.hpp | |
+18 −0 | vulkan/vulkan_enums.hpp | |
+20 −13 | vulkan/vulkan_extension_inspection.hpp | |
+22 −0 | vulkan/vulkan_funcs.hpp | |
+16 −0 | vulkan/vulkan_handles.hpp | |
+42 −0 | vulkan/vulkan_hash.hpp | |
+19 −0 | vulkan/vulkan_raii.hpp | |
+19 −0 | vulkan/vulkan_static_assertions.hpp | |
+320 −0 | vulkan/vulkan_structs.hpp | |
+26 −0 | vulkan/vulkan_to_string.hpp | |
+1 −1 | vulkan/vulkansc.hpp |
Submodule imgui
updated
9 files
+1 −0 | backends/imgui_impl_opengl3.cpp | |
+3 −3 | backends/imgui_impl_sdl3.cpp | |
+15 −4 | docs/CHANGELOG.txt | |
+5 −4 | imconfig.h | |
+15 −1 | imgui.cpp | |
+17 −5 | imgui.h | |
+338 −283 | imgui_demo.cpp | |
+1 −1 | imgui_internal.h | |
+21 −8 | imgui_widgets.cpp |
Submodule glslang
updated
15 files