RESERVED_SET

Static RESERVED_SET 

pub static RESERVED_SET: RacyLock<HashSet<&'static str>>
Available on crate feature unstable-wgpu-26 only.
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.