need to update imgui

This commit is contained in:
2026-04-02 14:06:05 +02:00
parent c1a705e864
commit 52edb3757c
246 changed files with 0 additions and 120953 deletions
-16
View File
@@ -1,16 +0,0 @@
HELPER FILES FOR POPULAR DEBUGGERS
imgui.gdb
GDB: disable stepping into trivial functions.
(read comments inside file for details)
imgui.natstepfilter
Visual Studio Debugger: disable stepping into trivial functions.
(read comments inside file for details)
imgui.natvis
Visual Studio Debugger: describe Dear ImGui types for better display.
With this, types like ImVector<> will be displayed nicely in the debugger.
(read comments inside file for details)