gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
11.54k stars 860 forks source link

[spv-in] Support `OpImageGather` and `OpImageDrefGather` #4538

Open trsh opened 1 year ago

trsh commented 1 year ago

Currently it throws invalidInstruction

teoxoy commented 1 year ago

for reference: https://github.com/gfx-rs/naga/blob/01fbdea21f6537c0db95e2a2a284e61598574f2c/src/front/spv/image.rs#L611 initial implementation done in gfx-rs/naga#1596