mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 10:15:58 -05:00
Vulkan Direct Display uses extensions: VK_KHR_display/VK_EXT_direct_mode_display This workflow allows creating swapchains that arn't active on the desktop, so they don't have HWNDs. Avoid trying to create swap_data when a HWND can't be found. Fixes #11581