mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Externals / Vulkan: update Vulkan headers to v1.3.204. Fix default present mode in Vulkan swap chain
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user