-
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule imgui
updated
17 files
+40 −0 | backends/imgui_impl_glfw.cpp | |
+5 −0 | backends/imgui_impl_glfw.h | |
+2 −1 | backends/imgui_impl_vulkan.cpp | |
+20 −0 | docs/CHANGELOG.txt | |
+1 −0 | examples/example_emscripten_wgpu/main.cpp | |
+1 −1 | examples/example_glfw_opengl3/Makefile.emscripten | |
+3 −0 | examples/example_glfw_opengl3/main.cpp | |
+6 −0 | examples/example_sdl2_directx11/main.cpp | |
+6 −0 | examples/example_sdl2_opengl2/main.cpp | |
+6 −0 | examples/example_sdl2_opengl3/main.cpp | |
+5 −0 | examples/example_sdl2_sdlrenderer2/main.cpp | |
+5 −0 | examples/example_sdl2_vulkan/main.cpp | |
+67 −37 | imgui.cpp | |
+3 −3 | imgui.h | |
+2 −1 | imgui_demo.cpp | |
+4 −4 | imgui_internal.h | |
+25 −38 | imgui_widgets.cpp |