gfx-rs / naga

Universal shader translation in Rust

Home Page:https://github.com/gfx-rs/wgpu/tree/trunk/naga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is `naga::valid::TypeError::UnresolvedBase` still needed?

jimblandy opened this issue · comments

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.

cc @ErichDonGubler