Demo: Demonstrate out-of-order rendering using ImDrawListSplitter.

This commit is contained in:
ocornut
2023-08-06 20:13:05 +02:00
parent cf3726bcbc
commit 2b1fc6f765
3 changed files with 39 additions and 1 deletions

View File

@ -48,6 +48,7 @@ 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]
- Demo: Demonstrate out-of-order rendering using ImDrawListSplitter.
-----------------------------------------------------------------------