You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #7826 (comment), naga::back::wgsl::Writer::is_builtin_wgsl_struct should probably return true for all types in SpecialTypes, not just those in SpecialTypes::predeclared_types, to avoid generating declarations for types that WGSL pre-defines.