Demo: Reorganized "Examples" menu. Tweak Property Editor.

This commit is contained in:
ocornut
2023-08-31 19:49:39 +02:00
parent 08b3a1a34a
commit bdd9b96fa3
3 changed files with 60 additions and 52 deletions

View File

@ -75,6 +75,7 @@ Other changes:
- Misc: Made multiple calls to Render() during the same frame early out faster.
- Debug Tools: Metrics: Fixed "Drawlists" section and per-viewport equivalent
appearing empty (regression in 1.89.8).
- Demo: Reorganized "Examples" menu.
- Demo: Demonstrate out-of-order rendering using ImDrawListSplitter.
- Backends: SDL2,SDL3: added ImGui_ImplSDL2_InitForOther()/ImGui_ImplSDL3_InitForOther()
for consistency (matching GLFW backend) and as most initialization paths don't actually