Skip to content

v0.9.0

Compare
Choose a tag to compare
@NotAPenguin0 NotAPenguin0 released this 10 Jun 13:37
· 32 commits to master since this release

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