amethyst/rendy

Can't run triangle example on MAC with metal backend

trsh opened this issue · 6 comments

trsh commented

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

example.zip

Oh, I thought we eliminated all bugs with metal backend activation.
Could be rustfmt messing with complex cfg macro again. I'll check it

trsh commented

Thank you!

Is there any progress on this? I also get the same error.

trsh commented

There seems to be zero progress on bug handling in this project :(

fu5ha commented

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.