You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: