Somewhere between the rust-gpu .alpha.11 and .alpha.12 releases, it started entirely eliminating inputs like this: ``` #[spirv(push_constant)] _material: &Material, ``` if they are unused in the shader. This seems to be a bug. (It's useful to keep the interface the same while developing a shader, sometimes you know you'll need an input but not right now)