Add OpTypeRuntimeArray to composite types (#5765)

This commit is contained in:
Steven Perron 2024-08-07 12:33:51 -04:00 committed by GitHub
parent bc2478c922
commit 72c291332a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;