Add support for Vulkan 1.1 & 1.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user