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
Right now, we get a fairly unhelpful error originating within the spirv-tools crate that is actually caused by neither of these features being enabled. Should be possible to do a
#[cfg(none(feature = "use-installed-tools", feature = "use-compiled-tools"))]error!("Enable one of the `use-compiled-tools` or `use-installed-tools` features");
or something to that effect
The text was updated successfully, but these errors were encountered:
I'm currently working changes to the build system that will remove the need for this, as we'll be able to detect whether you have installed tools or not, and build with the appropriate feature.
Right now, we get a fairly unhelpful error originating within the spirv-tools crate that is actually caused by neither of these features being enabled. Should be possible to do a
or something to that effect
The text was updated successfully, but these errors were encountered: