-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error compiling and running example runners/ash
#31
Comments
It can also be worked around by doing
That is your device / driver not supporting the |
Thanks for the reply! For the path issue, it's better to make it robust despite the working directory. For the Vulkan extension issue, the version of MoltenVK in use seems to be determined by
so I tried bumping this, unfortunately none worked, the results per version are:
|
Per MoltenVK's changelog, the support for VK_KHR_shader_non_semantic_info is added in MoltenVK 1.2.5, so at least not present in the version From the error log above, one can see that indeed after |
Afaik rust-gpu always writes it's shaders as requiring the And I would guess most devs using apple have been using it via wgpu, so noone noticed the regression. I'll be forwarding this issue. |
Expected Behaviour
Example
runners/ash
compiles and runs.Example & Steps To Reproduce
git clone https://github.com/Rust-GPU/rust-gpu
cd rust-gpu/yard-rs/example-xp/rust-gpu/examples/runners/ash
cargo run --release
Following the working example
multibuilder
, one can change the error line fromto
Now the example and the shader crate compiles, but running it gives an error
This might be fixable by updating ash, or might not be fixable at the moment. In the latter case, an explicit "support matrix"-ish table would be nice.
System Info
rustc 1.79.0-nightly (244da22fa 2024-04-23)
SPIRV-Tools v2024.3 unknown hash, 2024-06-20T14:29:42+00:00
Backtrace
N/A
Backtrace
The text was updated successfully, but these errors were encountered: