-
Notifications
You must be signed in to change notification settings - Fork 100
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
ade4091
commit 847f90b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule imgui
updated
13 files
+4 −0 | backends/imgui_impl_dx12.cpp | |
+2 −1 | backends/imgui_impl_dx12.h | |
+1 −3 | backends/imgui_impl_opengl3.cpp | |
+7 −0 | docs/CHANGELOG.txt | |
+7 −1 | examples/example_glfw_opengl3/main.cpp | |
+14 −1 | examples/example_sdl2_opengl3/main.cpp | |
+14 −1 | examples/example_sdl3_opengl3/main.cpp | |
+1 −0 | examples/example_win32_directx12/main.cpp | |
+5 −5 | imgui.cpp | |
+10 −7 | imgui.h | |
+10 −0 | imgui_demo.cpp | |
+5 −1 | imgui_internal.h | |
+14 −4 | imgui_widgets.cpp |
Submodule sdl3
updated
6 files
+21 −0 | CMakeLists.txt | |
+1 −0 | src/events/SDL_windowevents.c | |
+1 −1 | src/video/SDL_sysvideo.h | |
+12 −12 | src/video/SDL_video.c | |
+2 −0 | src/video/wayland/SDL_waylandwindow.c | |
+10 −0 | src/video/x11/SDL_x11window.c |