forked from LuisaGroup/LuisaCompute
-
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
44879e6
commit 6b4bae7
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule imgui
updated
16 files
+82 −19 | backends/imgui_impl_dx12.cpp | |
+32 −11 | backends/imgui_impl_dx12.h | |
+2 −1 | backends/imgui_impl_opengl3.cpp | |
+19 −13 | backends/imgui_impl_win32.cpp | |
+40 −1 | docs/CHANGELOG.txt | |
+80 −24 | examples/example_win32_directx12/main.cpp | |
+1 −0 | imconfig.h | |
+29 −18 | imgui.cpp | |
+15 −10 | imgui.h | |
+11 −2 | imgui_demo.cpp | |
+245 −136 | imgui_draw.cpp | |
+16 −14 | 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 |
Submodule magic_enum
updated
20 files