vulkan: keep track of window stencil buffer

This commit is contained in:
niki
2022-09-18 14:16:42 +02:00
parent 6e944f9db8
commit 9af9bb5bd5
2 changed files with 19 additions and 2 deletions
+1
View File
@@ -394,6 +394,7 @@ private:
uint32_t vulkanApiVersion = VK_VERSION_1_0;
VkInstance instance = VK_NULL_HANDLE;
VkPhysicalDevice physicalDevice = VK_NULL_HANDLE;
bool windowHasStencil = false;
int requestedMsaa = 0;
VkDevice device = VK_NULL_HANDLE;
OptionalInstanceExtensions optionalInstanceExtensions;