Add support for Vulkan 1.1 & 1.2

This commit is contained in:
Lynix
2020-03-26 20:42:57 +01:00
parent 42d58bd77c
commit d892e8eaff
12 changed files with 143 additions and 45 deletions

View File

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