Merge pull request #10404 from iwubcode/vulkan_headers_update

Externals / Vulkan: update Vulkan headers to v1.3.204
This commit is contained in:
Mai M
2022-02-04 01:04:29 -05:00
committed by GitHub
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;