Skip to content

Commit 43eed5d

Browse files
Add OpTypeCooperativeVectorNV
1 parent cd3305f commit 43eed5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spirv_reflect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ static SpvReflectResult ParseNodes(SpvReflectPrvParser* p_parser) {
845845
case SpvOpTypeAccelerationStructureKHR:
846846
case SpvOpTypeRayQueryKHR:
847847
case SpvOpTypeHitObjectNV:
848+
case SpvOpTypeCooperativeVectorNV:
848849
case SpvOpTypeCooperativeMatrixNV:
849850
case SpvOpTypeCooperativeMatrixKHR: {
850851
CHECKED_READU32(p_parser, p_node->word_offset + 1, p_node->result_id);

0 commit comments

Comments
 (0)