wgpu/naga/src
Erich Gubler cb31465811 refactor(wgsl-in): add Lexer::peek_ident_with_span
1. Break out `word_as_ident*` helpers to keep validation of identifiers
   DRY.
2. Add `peek_*` variant of `Lexer::next_ident_with_span`.

This will be consumed immediately in the subsequent commit.
2024-10-18 16:08:46 -04:00
..
arena [naga spv-out] Spill arrays and matrices for runtime indexing. 2024-10-11 08:27:15 -07:00
back ADD metal namespace for uint4 (#6417) 2024-10-17 11:45:29 +02:00
compact refactor(naga)!: remove FunctionTracer::overrides 2024-07-24 13:42:04 -04:00
front refactor(wgsl-in): add Lexer::peek_ident_with_span 2024-10-18 16:08:46 -04:00
keywords Add cfg_alias indirection to Naga's x_out features 2024-07-09 09:53:39 +02:00
proc chore: note: round_ties_even is on stable, but not MSRV yet 2024-10-14 06:43:53 -04:00
valid [naga spv-out] Spill arrays and matrices for runtime indexing. 2024-10-11 08:27:15 -07: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] added DrawID (#6325) 2024-10-08 13:00:00 +00:00
non_max_u32.rs [naga] Manually implement serde traits for NonMaxU32. 2024-06-21 10:09:03 +02:00
span.rs style: newline b/w Span::{UNDEFINED, new} 2024-10-03 10:57:28 -04:00