-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Steps to reproduce:
- Run any one of vsgQt examples with valid arguments in wayland based DE
- It fails with following error
terminate called after throwing an instance of 'vsg::Exception'
To be precise it fails at following line
if (!traits->device) traits->device = window->windowAdapter->getOrCreateDevice();
with exception message
Error: vsg::Window::create(...) failed to create Window, no suitable Vulkan PhysicalDevice available.
This might be issue related to vulkan on wayland that I am not sure, strangely it works on X11.
I will dig into this further, but for now creating a issue for reference. Please let me know if it works fine for others on wayland.
Metadata
Metadata
Assignees
Labels
No labels