-
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
c8cce57
commit 0074c30
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule imgui
updated
12 files
+26 −14 | backends/imgui_impl_dx11.cpp | |
+83 −56 | backends/imgui_impl_vulkan.cpp | |
+12 −4 | backends/imgui_impl_vulkan.h | |
+7 −0 | docs/CHANGELOG.txt | |
+3 −0 | examples/example_glfw_opengl3/Makefile.emscripten | |
+3 −0 | examples/example_glfw_wgpu/Makefile.emscripten | |
+3 −0 | examples/example_sdl2_opengl3/Makefile.emscripten | |
+3 −0 | examples/example_sdl3_opengl3/Makefile.emscripten | |
+43 −17 | imgui.cpp | |
+3 −2 | imgui.h | |
+4 −0 | imgui_internal.h | |
+2 −3 | imgui_widgets.cpp |
Submodule sdl3
updated
44 files