-
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
7bd2287
commit 823370c
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule imgui
updated
10 files
+9 −2 | backends/imgui_impl_dx12.cpp | |
+47 −19 | docs/CHANGELOG.txt | |
+2 −3 | docs/TODO.txt | |
+98 −71 | imgui.cpp | |
+26 −18 | imgui.h | |
+9 −3 | imgui_demo.cpp | |
+4 −4 | imgui_draw.cpp | |
+34 −20 | imgui_internal.h | |
+2 −2 | imgui_tables.cpp | |
+51 −44 | imgui_widgets.cpp |
Submodule libc-shim
updated
3 files
+1 −0 | include/libc_shim.h | |
+7 −0 | src/system_properties.cpp | |
+1 −0 | src/system_properties.h |