naga::back::msl::keywords

Static RESERVED_SET

Source
pub static RESERVED_SET: LazyLock<HashSet<&'static str>>
Expand description

The above set of reserved keywords, turned into a cached HashSet. This saves significant time during Namer::reset.

See https://github.com/gfx-rs/wgpu/pull/7338 for benchmarks.