v0.9.0
Changes
- Automatically pool created fences to reuse objects.
- Add resource pools to allocate reusable objects from
- Move allocators to resource pool
- Add
LocalPool
, a scoped pool object that returns allocated items to the global resource pool once it is dropped. - Simplify
InFlightContext
- Add shortcut functions for defining attachments
- Optimize virtual resource version tracking
- Make
DescriptorBuilder
private
Fixes
- Fix FSR2 type exports
Full Changelog: v0.8.0...v0.9.0