pub(crate) static PREPROC_REGEX: LazyLock<Regex>
Preprocessor directives (#define, #include, #pragma, …). HLSL presets occasionally use them; WGSL has no preprocessor, so we strip the whole line.
#define
#include
#pragma