Releases: Traverse-Research/gpu-allocator
Releases · Traverse-Research/gpu-allocator
0.9.0: 🕶 DirectX 12 allocations!
API changes
- Refactor of gpu_allocator to allow for support for more graphics APIs (#30)
- Add d3d12 support to gpu-allocator (#41)
- Remove winapi from public interface. (#45)
Updates
- Update to Ash 0.33 without traits (#39)
- Change winapi dependency from git to the latest released version. (#51)
And various internal cleanups and improvements 🙌 !
0.8.0: Runtime `buffer_device_address` choices
API changes
- Unmark
fn mapped_ptr()
asunsafe
(#32) - Make whether the device supports
buffer_device_address
or not a runtime setting inVulkanAllocatorCreateDesc
(#34)
Debug improvements
Visualizer
Examples
And various smaller internal cleanups 🥳. Special thanks to @hrydgard for contributing most of the improvements above!