wgpu/naga/src
Jim Blandy 59cd0e964b [naga] Validate CallResult and AtomicResult population.
Validate that `CallResult` and `AtomicResult` expressions actually
have their values provided by `Call` and `Atomic` statements, and not
`Emit` statements.

Fixes #5740.
2024-05-28 09:17:16 +02:00
..
back [naga] Fix cargo doc --document-private-items. Add to CI. 2024-05-24 10:38:06 +02:00
compact Subgroup Operations (#5301) 2024-04-17 15:25:52 -04:00
front [naga spv-in] Doc fix: Parser -> Frontend 2024-05-23 12:59:11 +02:00
keywords Add shader I64 and U64 support (#5154) 2024-03-12 12:34:06 +01:00
proc Add parsing support for un/pack4xI/U8 2024-05-14 17:57:04 +02:00
valid [naga] Validate CallResult and AtomicResult population. 2024-05-28 09:17:16 +02:00
arena.rs implement override-expression evaluation for initializers of override declarations 2024-04-05 18:07:41 +02: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 Add parsing support for un/pack4xI/U8 2024-05-14 17:57:04 +02:00
span.rs Add get_compilation_info (#5410) 2024-04-29 11:35:36 +02:00