-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdapterNotFound on Pixel::new #86
Comments
Your host needs to support Vulkan, and you may be missing drivers, or running on a very old driver. Support for OpenGL is currently a work in progress. |
Hi thanks the makes sense :). I will look into my drivers re Vulcan. Is there a way of getting more debugging info out of pixel or winit? |
Yes! The examples use a crate called The examples also have a feature set on the
|
Thanks, I will give that a try next time I have some time. I will close for now and see if I can get it work. Thanks for you help |
In case anyone else ends up here: As per the arch vulkan docs I installed vulkan-intel and the example now runs. 👍 |
Hi, I am trying to run the
minimal-winit
example (on git master) and I getI looked at #83 and #29 and tried
WINIT_UNIX_BACKEND=x11 cargo run
but got the same error. Installing xorg-server and libx11 but neither helped.The text was updated successfully, but these errors were encountered: