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
The naga::valid::TypeError::UnresolvedBase error is only raised by Validator::validate_type, which is only called after Validator::validate_module_handles, which checks that all pointer, array, and struct member base type handles precede their uses.
So there should be no need for this error any more.
The
naga::valid::TypeError::UnresolvedBase
error is only raised byValidator::validate_type
, which is only called afterValidator::validate_module_handles
, which checks that all pointer, array, and struct member base type handles precede their uses.So there should be no need for this error any more.
cc @ErichDonGubler
The text was updated successfully, but these errors were encountered: