pub(crate) fn is_wgsl_builtin_function_name(name: &str) -> boolExpand description
true when name collides with a WGSL builtin function. List
covers the subset MD2 user shaders actually invoke; anything outside
this set isn’t worth worrying about (real authors don’t shadow
inverseSqrt).