-
-
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
0f2f347
commit 7fcc0c2
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule SPIRV-Cross
updated
27 files
Submodule Vulkan-Headers
updated
27 files
+0 −4 | .reuse/dep5 | |
+6 −0 | BUILD.md | |
+10 −0 | CODE_OF_CONDUCT.adoc | |
+0 −1 | CODE_OF_CONDUCT.md | |
+6 −0 | CONTRIBUTING.md | |
+6 −0 | INTEGRATION.md | |
+6 −0 | README.md | |
+11 −0 | SECURITY.md | |
+106 −29 | include/vulkan/vulkan.cppm | |
+386 −38 | include/vulkan/vulkan.hpp | |
+113 −0 | include/vulkan/vulkan_beta.h | |
+208 −20 | 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 | |
+456 −17 | include/vulkan/vulkan_funcs.hpp | |
+210 −10 | include/vulkan/vulkan_handles.hpp | |
+215 −32 | include/vulkan/vulkan_hash.hpp | |
+376 −25 | 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,132 −244 | registry/validusage.json | |
+0 −1 | registry/video.xml | |
+462 −59 | registry/vk.xml |
Submodule Vulkan-Hpp
updated
68 files
Submodule glm
updated
63 files
Submodule imgui
updated
22 files
+5 −0 | backends/imgui_impl_sdl2.cpp | |
+1 −0 | backends/imgui_impl_sdl2.h | |
+5 −0 | backends/imgui_impl_sdl3.cpp | |
+1 −0 | backends/imgui_impl_sdl3.h | |
+1 −1 | docs/BACKENDS.md | |
+52 −4 | docs/CHANGELOG.txt | |
+12 −11 | docs/CONTRIBUTING.md | |
+5 −34 | docs/FAQ.md | |
+120 −104 | docs/FONTS.md | |
+4 −12 | examples/example_glfw_vulkan/main.cpp | |
+4 −12 | examples/example_sdl2_vulkan/main.cpp | |
+8 −1 | imconfig.h | |
+76 −30 | imgui.cpp | |
+18 −12 | imgui.h | |
+98 −28 | imgui_demo.cpp | |
+4 −3 | imgui_draw.cpp | |
+24 −10 | imgui_internal.h | |
+4 −3 | imgui_tables.cpp | |
+48 −31 | imgui_widgets.cpp | |
+10 −0 | misc/cpp/imgui_stdlib.cpp | |
+8 −1 | misc/freetype/README.md | |
+141 −2 | misc/freetype/imgui_freetype.cpp |
Submodule glslang
updated
94 files