Closed sunbearc22 closed 6 years ago
Hello @sunbearc22, Sorry for my late reply.
I think the problem comes from your Vulkan driver. To be sure, you can enable the debug layer, maybe you will find informations.
Hello @sunbearc22, I close this issue, you can reopen if you have more elements.
Issue: I obtained the following error in my code for an xcb surface during vulkan command 'vkGetPhysicalDeviceSurfaceCapabilitiesKHR'.
To investigate the issue, I used your example_sdl2.py script and substituted all definitions pertaining to
xlib
withxcb
. And I got the same error msg.Changes made to
example_sdl2.py
:extensions.append('VK_KHR_xcb_surface')
sdl2.SDL_SYSWM_X11: surface_xcb
The xlib version of
example_sdl2.py
works well on my system.Question: Is VkErrorInitializationFailed due to an issue in vulkan or Vulkan?