Can VK_KHR_xlib_surface requirement be disabled? #319
Unanswered
McCallisterRomer
asked this question in
Q&A
Replies: 1 comment
-
Yes, enabling both extensions is not required. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks like both VK_KHR_xlib_surface and VK_KHR_xcb_surface are required extensions on Linux. Is there any way I can target
only xcb/make xlib optional? Use case here is non-critical, but I'm trying to reuse a test setup made for a different vulkan
engine. It uses swiftshader, which only supports the VK_KHR_xcb_surface extension.
Beta Was this translation helpful? Give feedback.
All reactions