Skip to content

Commit

Permalink
Add OpTypeRuntimeArray to composite types (#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-perron authored Aug 7, 2024
1 parent bc2478c commit 72c2913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/opcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ int32_t spvOpcodeIsComposite(const spv::Op opcode) {
case spv::Op::OpTypeMatrix:
case spv::Op::OpTypeArray:
case spv::Op::OpTypeStruct:
case spv::Op::OpTypeRuntimeArray:
case spv::Op::OpTypeCooperativeMatrixNV:
case spv::Op::OpTypeCooperativeMatrixKHR:
return true;
Expand Down

0 comments on commit 72c2913

Please sign in to comment.