Module wgsl

Module wgsl 

Source
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.