KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.34k stars 648 forks source link

VMA version is outdated #899

Closed jherico closed 8 months ago

jherico commented 9 months ago

The version of the VMA in third-party is pointing to a 3.x pre-release commit from 2020. The actual 3.0.0 release was in Mar 2022, followed by a 3.0.1 release in May.

Since end users are unlikely to grab the specific pre-release commit of VMA used in the samples, it would be a good idea to update to an actual release version, since they have a few slight differences from the pre-release version being targeted.