Skip to content
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

Compile error on linux #1

Open
gery opened this issue Sep 28, 2024 · 1 comment
Open

Compile error on linux #1

gery opened this issue Sep 28, 2024 · 1 comment

Comments

@gery
Copy link

gery commented Sep 28, 2024

My OS: Ubuntu 24.04.1 LTS

Error log:

error[E0061]: this method takes 1 argument but 2 arguments were supplied
--> /home/gery/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_easy_compute-0.14.0/src/pipeline_cache.rs:99:33
|
99 | let composer = composer.with_capabilities(capabilities, ShaderStages::COMPUTE);
| ^^^^^^^^^^^^^^^^^ --------------------- unexpected argument #2 of type naga::valid::ShaderStages

@rYuuk
Copy link
Owner

rYuuk commented Oct 12, 2024

It seems to be issue of bevy_easy_compute crate. Sorry, I don't have linux machine to test it. Maybe you can make issue in that repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants