v3.2.0: Improve the (Mapped)VmaBuffer API
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
.