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:
parent
9d4fafa671
commit
ded52c71d9
3 changed files with 15 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue