vulkan: use sdl to dynamically load vulkan

This commit is contained in:
niki
2022-09-14 13:31:09 +02:00
parent 82f079eebd
commit 7866dde319
3 changed files with 70 additions and 49 deletions
+1
View File
@@ -357,6 +357,7 @@ private:
void endRenderPass();
VkSampler createSampler(const SamplerState &samplerState);
uint32_t vulkanApiVersion = VK_VERSION_1_0;
VkInstance instance = VK_NULL_HANDLE;
VkPhysicalDevice physicalDevice = VK_NULL_HANDLE;
int requestedMsaa = 0;