-
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
5af86c8
commit b7d3dd9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
16 files
+8 −7 | backends/imgui_impl_glfw.cpp | |
+3 −0 | backends/imgui_impl_opengl2.cpp | |
+3 −0 | backends/imgui_impl_opengl3.cpp | |
+5 −1 | backends/imgui_impl_osx.mm | |
+9 −8 | backends/imgui_impl_sdl2.cpp | |
+22 −11 | backends/imgui_impl_sdl3.cpp | |
+1 −1 | backends/imgui_impl_vulkan.h | |
+3 −1 | backends/imgui_impl_win32.cpp | |
+17 −0 | docs/CHANGELOG.txt | |
+1 −1 | examples/example_glfw_vulkan/main.cpp | |
+1 −1 | examples/example_sdl2_vulkan/main.cpp | |
+31 −17 | imgui.cpp | |
+8 −5 | imgui.h | |
+11 −6 | imgui_demo.cpp | |
+18 −9 | imgui_internal.h | |
+47 −31 | imgui_widgets.cpp |