-
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
c55e81b
commit e86c4a9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
18 files
+4 −0 | backends/imgui_impl_dx12.cpp | |
+2 −1 | backends/imgui_impl_dx12.h | |
+1 −3 | backends/imgui_impl_opengl3.cpp | |
+6 −5 | backends/imgui_impl_vulkan.cpp | |
+35 −6 | docs/CHANGELOG.txt | |
+1 −1 | docs/README.md | |
+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 | |
+3 −0 | imconfig.h | |
+33 −10 | imgui.cpp | |
+20 −15 | imgui.h | |
+15 −1 | imgui_demo.cpp | |
+10 −13 | imgui_draw.cpp | |
+13 −10 | imgui_internal.h | |
+1 −1 | imgui_tables.cpp | |
+72 −70 | imgui_widgets.cpp |