Commit 3bb040b7 by GregF

spirv-remap: handle OperandImageOperands during remap

parent 9218759e
......@@ -481,6 +481,7 @@ namespace spv {
case spv::OperandExecutionMode:
case spv::OperandStorage:
case spv::OperandDimensionality:
case spv::OperandImageOperands:
case spv::OperandDecoration:
case spv::OperandBuiltIn:
case spv::OperandSelect:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment