VulkanRenderer: Update headers and VMA

This commit is contained in:
SirLynix
2022-08-10 00:24:13 +02:00
parent 880d6601a4
commit a108e6ce65
33 changed files with 20330 additions and 13755 deletions

View File

@@ -37,7 +37,7 @@ namespace Nz
bool Prepare(const Renderer::Config& parameters) override;
static constexpr UInt32 APIVersion = VK_API_VERSION_1_2;
static constexpr UInt32 APIVersion = VK_API_VERSION_1_3;
private:
std::list<Vk::Device> m_devices;