1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Debug Log: can output to debugger. Added ImGuiDebugLogFlags_OutputToDebugger.

This commit is contained in:
ocornut 2025-12-05 15:07:44 +01:00
parent 9d4fafa671
commit ded52c71d9
3 changed files with 15 additions and 3 deletions

View file

@ -72,6 +72,7 @@ Other Changes:
- Debug Tools:
- Debug Log: fixed incorrectly printing characters in IO log when submitting
non-ASCII values to io.AddInputCharacter(). (#9099)
- Debug Log: can output to debugger on Windows. (#5855)
- Backends:
- SDL_GPU3: macOS version can use MSL shaders in order to support macOS 10.14+
(vs Metallib shaders requiring macOS 14+). Requires application calling