Skip to content

Commit 72c2913

Browse files
authored
Add OpTypeRuntimeArray to composite types (KhronosGroup#5765)
1 parent bc2478c commit 72c2913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/opcode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ int32_t spvOpcodeIsComposite(const spv::Op opcode) {
276276
case spv::Op::OpTypeMatrix:
277277
case spv::Op::OpTypeArray:
278278
case spv::Op::OpTypeStruct:
279+
case spv::Op::OpTypeRuntimeArray:
279280
case spv::Op::OpTypeCooperativeMatrixNV:
280281
case spv::Op::OpTypeCooperativeMatrixKHR:
281282
return true;

0 commit comments

Comments
 (0)