BUILTIN_IDENTIFIERS

Constant BUILTIN_IDENTIFIERS 

Source
pub const BUILTIN_IDENTIFIERS: &[&str];
Expand description

Shadowable words that the WGSL backend should avoid using for declarations.

Includes:

This set must be separate from the RESERVED set above since the Namer must ignore these identifiers if they appear as struct member names. This is because this set contains fract and exp which are also names used by return types of the frexp and modf built-in functions.