mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-19 01:24:20 +00:00
Misc: Made multiple calls to Render() during the same frame early out faster.
This commit is contained in:
parent
ac64b65634
commit
d2c7cbcbf9
2 changed files with 6 additions and 5 deletions
|
|
@ -54,6 +54,7 @@ Other changes:
|
|||
of individual ImDrawList's buffer sizes when a dimming/modal background is rendered. (#6716)
|
||||
- ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively
|
||||
large radius to AddCircle(). (#6657, #5317) [@EggsyCRO, @jdpatdiscord]
|
||||
- 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: Demonstrate out-of-order rendering using ImDrawListSplitter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue