Demo: example tree used by Property Editor & Selection demos properly freed on app closure. (#8158)

This commit is contained in:
ocornut
2024-11-18 18:46:27 +01:00
parent 142827f7d8
commit eb0ad66d88
2 changed files with 12 additions and 1 deletions

View File

@@ -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.