-
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
72bb770
commit 314b45b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
11 files
+75 −21 | backends/imgui_impl_dx12.cpp | |
+32 −11 | backends/imgui_impl_dx12.h | |
+28 −0 | docs/CHANGELOG.txt | |
+79 −23 | examples/example_win32_directx12/main.cpp | |
+4 −4 | imgui.cpp | |
+3 −3 | imgui.h | |
+1 −1 | imgui_demo.cpp | |
+1 −1 | imgui_draw.cpp | |
+1 −1 | imgui_internal.h | |
+1 −1 | imgui_tables.cpp | |
+1 −1 | imgui_widgets.cpp |