mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-22 01:54:21 +00:00
Demo: example tree used by Property Editor & Selection demos properly freed on app closure. (#8158)
This commit is contained in:
parent
142827f7d8
commit
eb0ad66d88
2 changed files with 12 additions and 1 deletions
|
|
@ -53,6 +53,8 @@ Other changes:
|
|||
|
||||
- Error Handling: fixed cases where recoverable error handling would crash when
|
||||
processing errors outside of the NewFrame()..EndFrame() scope. (#1651)
|
||||
- Demo: example tree used by Property Editor & Selection demos properly freed
|
||||
on application closure. (#8158) [@Legulysse]
|
||||
- Examples: Win32+DX12: Using a basic free-list allocator to manage multiple
|
||||
SRV descriptors.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue