-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule repo
updated
21 files
+25 −3 | backends/imgui_impl_dx9.cpp | |
+0 −1 | backends/imgui_impl_osx.mm | |
+131 −52 | backends/imgui_impl_sdl2.cpp | |
+5 −3 | backends/imgui_impl_sdl2.h | |
+131 −52 | backends/imgui_impl_sdl3.cpp | |
+6 −0 | backends/imgui_impl_sdl3.h | |
+4 −5 | backends/imgui_impl_sdlrenderer3.cpp | |
+11 −16 | backends/imgui_impl_vulkan.cpp | |
+21 −9 | backends/imgui_impl_vulkan.h | |
+70 −2 | docs/CHANGELOG.txt | |
+1 −1 | docs/CONTRIBUTING.md | |
+2 −2 | examples/example_glfw_metal/Makefile | |
+2 −1 | examples/example_glfw_vulkan/main.cpp | |
+2 −1 | examples/example_sdl2_vulkan/main.cpp | |
+61 −39 | imgui.cpp | |
+7 −5 | imgui.h | |
+43 −7 | imgui_demo.cpp | |
+5 −5 | imgui_draw.cpp | |
+4 −4 | imgui_internal.h | |
+52 −26 | imgui_tables.cpp | |
+2 −2 | imgui_widgets.cpp |
Submodule repo
updated
from 039c90 to 36e6bd
Submodule repo
updated
16 files