Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[naga] Use cfg aliases to enable
naga::back::continue_forward
.
Rather than `feature = "blah"`, use the new `cfg` identifiers introduced by the `cfg_aliases` invocation in `naga/build.rs` to decide whether to compile the `naga::back::continue_forward` module, which is only used by the GLSL and HLSL backends. The `hlsl_out` `cfg` identifer has a more complex condition than just `feature = "hlsl-out"`, introduced by #5919. Fixes #6063.
- Loading branch information