Metrics: Fixed "Drawlists" section and per-viewport equivalent appearing empty (regression from c649aca).

(#6597, #6475, #6167, #5776, #5109, #4763, #3515, #1860)
This commit is contained in:
ocornut
2023-08-06 20:30:07 +02:00
parent 2b1fc6f765
commit 226923fa7e
2 changed files with 3 additions and 4 deletions

View File

@ -48,6 +48,8 @@ Other changes:
v_max=INT_MAX (#6675, #6679) [@jbarthelmes]
- ImDrawList: Fixed OOB access in _CalcCircleAutoSegmentCount when passing excessively
large radius to AddCircle(). (#6657, #5317) [@EggsyCRO, @jdpatdiscord]
- 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.