Can't run triangle example on MAC with metal backend
trsh opened this issue · 6 comments
cargo run --features metal
gives
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: No enabled backends among: vulkan dx12 metal gl', src/libcore/result.rs:1165:5
On windows machine cargo run --features vulkan
works
Oh, I thought we eliminated all bugs with metal backend activation.
Could be rustfmt messing with complex cfg
macro again. I'll check it
Thank you!
Is there any progress on this? I also get the same error.
There seems to be zero progress on bug handling in this project :(
I would try to fix, but taking a look at it the macro's are hard for me to follow and a bit over my head at the moment.
I have debugged this a bit further and metal shows up as an available adapter for me it just doesn't get enabled.