-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
12879b5
commit f274b8c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
25 files
+61 β0 | docs/CHANGELOG.txt | |
+52 β58 | docs/README.md | |
+10 β4 | docs/TODO.txt | |
+1 β1 | examples/README.txt | |
+3 β6 | examples/example_apple_opengl2/main.mm | |
+5 β4 | examples/example_glfw_opengl3/Makefile | |
+4 β3 | examples/example_glfw_opengl3/main.cpp | |
+8 β6 | examples/example_sdl_opengl3/Makefile | |
+4 β3 | examples/example_sdl_opengl3/main.cpp | |
+2 β1 | examples/imgui_impl_dx11.cpp | |
+3 β3 | examples/imgui_impl_dx12.cpp | |
+1 β1 | examples/imgui_impl_opengl2.cpp | |
+39 β18 | examples/imgui_impl_opengl3.cpp | |
+31 β14 | examples/imgui_impl_opengl3.h | |
+5 β1 | examples/imgui_impl_vulkan.cpp | |
+1 β0 | examples/imgui_impl_vulkan.h | |
+3 β3 | imconfig.h | |
+236 β139 | imgui.cpp | |
+53 β32 | imgui.h | |
+102 β39 | imgui_demo.cpp | |
+83 β74 | imgui_draw.cpp | |
+54 β34 | imgui_internal.h | |
+178 β107 | imgui_widgets.cpp | |
+13 β4 | imstb_rectpack.h | |
+6 β4 | misc/fonts/README.txt |