Unable to use image operands in asm! #369
Labels
a: image
Issues related to image operations in SPIR-V.
c: rustc_codegen_spirv
Issues specific to the rustc_codegen_spirv crate.
t: bug
Something isn't working
Expected Behaviour
rust-gpu allows writing asm code including image operands
Example
This results in an error currently regarding too many operands as right now only the
Lod
image operand will be parsed.rspirv
doesn't consume the following IdRefs.Requires changes to rspirv: gfx-rs/rspirv#178
The text was updated successfully, but these errors were encountered: