-
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.
Display memory usage to enable debugging high memory usage from texture
- Loading branch information
1 parent
cb53824
commit dd8f977
Showing
12 changed files
with
51 additions
and
19 deletions.
There are no files selected for viewing
Submodule ImGuizmo
updated
27 files
+2 −2 | GraphEditor.cpp | |
+3 −1 | GraphEditor.h | |
+1 −1 | ImCurveEdit.cpp | |
+3 −1 | ImCurveEdit.h | |
+1 −1 | ImGradient.cpp | |
+2 −1 | ImGradient.h | |
+96 −45 | ImGuizmo.cpp | |
+39 −1 | ImGuizmo.h | |
+24 −21 | ImSequencer.cpp | |
+3 −1 | ImSequencer.h | |
+1 −1 | ImZoomSlider.h | |
+1 −1 | README.md | |
+1 −1 | example/ImApp.h | |
+3 −3 | example/ImGuizmoSample.vcxproj | |
+13 −11 | example/imconfig.h | |
+3,670 −1,765 | example/imgui.cpp | |
+582 −390 | example/imgui.h | |
+676 −252 | example/imgui_demo.cpp | |
+107 −125 | example/imgui_draw.cpp | |
+617 −352 | example/imgui_internal.h | |
+80 −52 | example/imgui_tables.cpp | |
+874 −642 | example/imgui_widgets.cpp | |
+15 −27 | example/imstb_rectpack.h | |
+6 −8 | example/imstb_textedit.h | |
+502 −320 | example/imstb_truetype.h | |
+6 −6 | example/main.cpp | |
+1 −1 | vcpkg-example/main.cpp |
Submodule VulkanMemoryAllocator
updated
108 files
Submodule glfw
updated
10 files
+5 −4 | .github/workflows/build.yml | |
+1 −9 | CMakeLists.txt | |
+4 −0 | CONTRIBUTORS.md | |
+388 −122 | docs/Doxyfile.in | |
+14 −13 | include/GLFW/glfw3.h | |
+1 −1 | src/win32_init.c | |
+1 −1 | src/wl_init.c | |
+2 −1 | src/wl_window.c | |
+1 −1 | src/x11_init.c | |
+2 −2 | src/x11_window.c |
Submodule glm
updated
61 files
Submodule stb
updated
4 files
+4 −4 | README.md | |
+117 −27 | stb_image.h | |
+3 −2 | tests/image_test.dsp | |
+1 −0 | tools/README.list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters