spirv-remap: handle OperandImageOperands during remap
This commit is contained in:
parent
9218759ebb
commit
3bb040b71b
1 changed files with 1 additions and 0 deletions
|
|
@ -481,6 +481,7 @@ namespace spv {
|
||||||
case spv::OperandExecutionMode:
|
case spv::OperandExecutionMode:
|
||||||
case spv::OperandStorage:
|
case spv::OperandStorage:
|
||||||
case spv::OperandDimensionality:
|
case spv::OperandDimensionality:
|
||||||
|
case spv::OperandImageOperands:
|
||||||
case spv::OperandDecoration:
|
case spv::OperandDecoration:
|
||||||
case spv::OperandBuiltIn:
|
case spv::OperandBuiltIn:
|
||||||
case spv::OperandSelect:
|
case spv::OperandSelect:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue