Debug Tools: Added IMGUI_DEBUG_LOG(), ImGui::DebugLog() in public API. (#5855)

This commit is contained in:
ocornut
2024-07-02 12:00:55 +02:00
parent a489585f84
commit a62794359a
4 changed files with 20 additions and 9 deletions
+3
View File
@@ -43,6 +43,9 @@ Breaking changes:
Other changes:
- Debug Tools: Added IMGUI_DEBUG_LOG(), ImGui::DebugLog() in public API. (#5855)
Debug log entries add a imgui frame counter prefix + are redirected to ShowDebugLogWindow() and
other configurable locations. Always call IMGUI_DEBUG_LOG() for maximum stripping in caller code.
- Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x removals (#7761, #7762)