Externals / Vulkan: update Vulkan headers to v1.3.204. Fix default present mode in Vulkan swap chain

This commit is contained in:
iwubcode
2022-01-29 00:47:27 -06:00
parent c2d8191fbb
commit 8e3dbe9671
28 changed files with 210192 additions and 72223 deletions

View File

@ -94,7 +94,7 @@ private:
WindowSystemInfo m_wsi;
VkSurfaceKHR m_surface = VK_NULL_HANDLE;
VkSurfaceFormatKHR m_surface_format = {};
VkPresentModeKHR m_present_mode = VK_PRESENT_MODE_RANGE_SIZE_KHR;
VkPresentModeKHR m_present_mode = VK_PRESENT_MODE_IMMEDIATE_KHR;
AbstractTextureFormat m_texture_format = AbstractTextureFormat::Undefined;
bool m_vsync_enabled = false;
bool m_fullscreen_supported = false;