-
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
1 parent
999831b
commit ff55f4a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
10 files
+13 −10 | backends/imgui_impl_vulkan.cpp | |
+1 −0 | backends/imgui_impl_vulkan.h | |
+7 −0 | backends/imgui_impl_wgpu.cpp | |
+15 −0 | docs/CHANGELOG.txt | |
+10 −10 | examples/example_glfw_vulkan/main.cpp | |
+10 −10 | examples/example_sdl2_vulkan/main.cpp | |
+267 −162 | imgui.cpp | |
+2 −6 | imgui.h | |
+71 −49 | imgui_internal.h | |
+19 −9 | imgui_widgets.cpp |