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

`naga::valid::ConstantError::UnresolvedComponent` and `UnresolvedSize` are no longer necessary

jimblandy opened this issue · comments

Now that handles are validated separately before carrying out any other validation, there should be no need for the validator to ever return naga::valid::ConstantError::UnresolvedComponent or UnresolvedSize. These should be removed.

cc @ErichDonGubler

I have been successfully nerd sniped. 😆