wgpu/naga/src
Jim Blandy 7ff80d65fc [naga] Use cfg aliases to enable naga:🔙: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:🔙: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.
2024-07-31 06:08:07 -04:00
..
arena [naga] Use HandleSet in Validator::needs_visit. 2024-06-25 09:34:30 +02:00
back [naga] Use cfg aliases to enable naga:🔙:continue_forward. 2024-07-31 06:08:07 -04:00
compact refactor(naga)!: remove FunctionTracer::overrides 2024-07-24 13:42:04 -04:00
front refactor(naga)!: remove Function::locals, migrate docs to ExpressionContext::locals 2024-07-24 13:42:04 -04:00
keywords Add cfg_alias indirection to Naga's x_out features 2024-07-09 09:53:39 +02:00
proc remove BoundsCheckPolicies.image_store 2024-07-26 10:44:22 -07:00
valid refactor(naga): rename MathFunction::FindLsb to FirstTrailingBit 2024-07-24 09:12:23 -04:00
block.rs [naga] Let filter_emits_with_block operate on a &mut Block. 2024-04-05 18:07:41 +02:00
error.rs chore: apply unused_qualifications lint via cargo +1.78.0 fix && cargo fmt 2024-05-13 10:10:54 -04:00
lib.rs [naga] add back PartialEq derives for some types 2024-07-26 09:37:52 -07:00
non_max_u32.rs [naga] Manually implement serde traits for NonMaxU32. 2024-06-21 10:09:03 +02:00
span.rs Add get_compilation_info (#5410) 2024-04-29 11:35:36 +02:00