Skip to content

Commit

Permalink
Add note for OpEmitMeshTaskEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfricke committed Sep 19, 2022
1 parent 00f2451 commit d1820bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/val/validate_mesh_shading.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace val {
spv_result_t MeshShadingPass(ValidationState_t& _, const Instruction* inst) {
const SpvOp opcode = inst->opcode();
switch (opcode) {
// OpEmitMeshTasksEXT execution model limitation for TaskEXT is done in CfgPass
case SpvOpEmitMeshTasksEXT: {
const uint32_t group_count_x = _.GetOperandTypeId(inst, 0);
if (!_.IsUnsignedIntScalarType(group_count_x) ||
Expand Down

0 comments on commit d1820bb

Please sign in to comment.