Skip to content

v3.2.0: Improve the (Mapped)VmaBuffer API

Compare
Choose a tag to compare
@knokko knokko released this 16 Mar 14:26
· 108 commits to master since this release
1764614

This library used to have both a VmaBuffer and MappedVmaBuffer record. In this new version, VmaBuffer becomes a sealed interface that permits DeviceOnlyVmaBuffer and MappedVmaBuffer. In this new release, it is no longer needed to use the MappedVmaBuffer.asBuffer() method because MappedVmaBuffer is already a VmaBuffer.