Replies: 1 comment 1 reply
-
Vulkan on metal is only available if the If you run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to understand whether it is possible to use the Vulkan backend on macOS. It seems I'm unable to make it work.
I've installed the Vulkan SDK on macOS (with MoltenVK). If I run
wgpu-info
it does seem that the Vulkan backend exists and is available:but if I run the cube example, I'm unable to use it:
The examples do work correctly with the Metal backend, of course.
I've investigated a bit by tweaking the source code, but it seems that, in
framework.rs
, part of the examples, the Vulkan backend does not exist / is not found / cannot be initialized. I tried several different ways of enumerating / filtering the backend, and it seems not to be there period.I'm not sure what's the difference in builds between
wgpu-info
andwgpu-examples
. I would have expected to either both being able to enumerate the Vulkan backend or not, while it seems that one can and the other cannot.Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions