-
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
f4d35ae
commit 999831b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
15 files
+2 −1 | backends/imgui_impl_opengl3.cpp | |
+4 −0 | backends/imgui_impl_opengl3_loader.h | |
+51 −45 | backends/imgui_impl_vulkan.cpp | |
+87 −48 | docs/CHANGELOG.txt | |
+1 −1 | docs/FONTS.md | |
+3 −3 | docs/README.md | |
+1 −1 | examples/example_sdl3_opengl3/main.cpp | |
+1 −1 | examples/example_sdl3_sdlrenderer3/main.cpp | |
+218 −44 | imgui.cpp | |
+17 −9 | imgui.h | |
+6 −2 | imgui_demo.cpp | |
+3 −3 | imgui_draw.cpp | |
+70 −36 | imgui_internal.h | |
+14 −2 | imgui_tables.cpp | |
+3 −3 | imgui_widgets.cpp |