Feb. 25, 2025
6:31 a.m.
Jacek Caban (@jacek) commented about dlls/winevulkan/make_vulkan:
UNSUPPORTED_EXTENSIONS = [ # Instance extensions - "VK_EXT_headless_surface", # Needs WSI work.
This still needs WSI work, with this patch we'd expose host handle to win32 applications and surface functions will attempt to unwrap it. We should either add `vkCreateHeadlessSurfaceEXT` to `USER_DRIVER_FUNCS` or `"VK_EXT_headless_surface"` to `UNEXPOSED_EXTENSIONS`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7412#note_95876