-
-
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.
Update ImGui to ff2d6815ef8f1aed71a32148560cf9e62a576429
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ImGui
updated
21 files
+26 −14 | backends/imgui_impl_dx11.cpp | |
+40 −36 | backends/imgui_impl_dx9.cpp | |
+1 −0 | backends/imgui_impl_dx9.h | |
+3 −1 | backends/imgui_impl_opengl3.cpp | |
+85 −58 | backends/imgui_impl_vulkan.cpp | |
+12 −4 | backends/imgui_impl_vulkan.h | |
+19 −13 | backends/imgui_impl_win32.cpp | |
+18 −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 | |
+1 −1 | imconfig.h | |
+54 −19 | imgui.cpp | |
+8 −6 | imgui.h | |
+1 −1 | imgui_demo.cpp | |
+11 −7 | imgui_draw.cpp | |
+8 −1 | imgui_internal.h | |
+2 −1 | imgui_tables.cpp | |
+4 −4 | imgui_widgets.cpp | |
+5 −3 | misc/freetype/imgui_freetype.cpp |