Expand description
Keywords for WGSL (WebGPU Shading Language).
Constants§
- BUILTIN_
IDENTIFIERS - Shadowable words that the WGSL backend should avoid using for declarations.
- RESERVED
Statics§
- BUILTIN_
IDENTIFIER_ SET - RESERVED_
SET - The above set of reserved keywords, turned into a cached HashSet. This saves
significant time during
Namer::reset.