-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Can't run triangle example on MAC with metal backend #262
Comments
Oh, I thought we eliminated all bugs with metal backend activation. |
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 :( |
Yes, the primary maintainer(s) have been busy with other things for some
time now.
…On Tue, Apr 7, 2020, 11:44 PM trsh ***@***.***> wrote:
There seems to be zero progress on bug handling in this project :(
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#262 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGYXH3BUAU5UVA22T7MAZ3RLQMM3ANCNFSM4KI3IPEQ>
.
|
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. |
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
worksexample.zip
The text was updated successfully, but these errors were encountered: