Skip to content

Commit

Permalink
Don't set output_vertices from other execution modes (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
handsomematt authored Mar 27, 2024
1 parent 8406f76 commit c7be9dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spirv_reflect.c
Original file line number Diff line number Diff line change
Expand Up @@ -3770,13 +3770,6 @@ static SpvReflectResult ParseExecutionModes(SpvReflectPrvParser* p_parser, SpvRe
}
} break;

case SpvExecutionModeInputPoints:
case SpvExecutionModeInputLines:
case SpvExecutionModeInputLinesAdjacency:
case SpvExecutionModeTriangles:
case SpvExecutionModeInputTrianglesAdjacency:
case SpvExecutionModeQuads:
case SpvExecutionModeIsolines:
case SpvExecutionModeOutputVertices: {
CHECKED_READU32(p_parser, p_node->word_offset + 3, p_entry_point->output_vertices);
} break;
Expand Down

0 comments on commit c7be9dc

Please sign in to comment.