is_wgsl_builtin_function_name

Function is_wgsl_builtin_function_name 

Source
pub(crate) fn is_wgsl_builtin_function_name(name: &str) -> bool
Expand 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).