-
-
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 cdf21f6773dcf730f85adff6c4d501b5d51658c4 (#439)
Co-authored-by: TRAP CI/CD <[email protected]>
- Loading branch information
1 parent
efe4d44
commit 10f5952
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ImGui
updated
15 files
+82 −19 | backends/imgui_impl_dx12.cpp | |
+32 −11 | backends/imgui_impl_dx12.h | |
+2 −1 | backends/imgui_impl_opengl3.cpp | |
+36 −1 | docs/CHANGELOG.txt | |
+80 −24 | examples/example_win32_directx12/main.cpp | |
+1 −0 | imconfig.h | |
+22 −18 | imgui.cpp | |
+15 −10 | imgui.h | |
+11 −2 | imgui_demo.cpp | |
+245 −136 | imgui_draw.cpp | |
+14 −13 | imgui_internal.h | |
+1 −1 | imgui_tables.cpp | |
+1 −1 | imgui_widgets.cpp | |
+51 −15 | misc/fonts/binary_to_compressed_c.cpp | |
+1 −0 | misc/freetype/imgui_freetype.cpp |