Merge pull request #689 from mikew-lunarg/master
Fix for not-handled-in-switch warnings
This commit is contained in:
commit
52fceb08f4
@ -4198,6 +4198,8 @@ spv::Id TGlslangToSpvTraverser::createInvocationsOperation(glslang::TOperator op
|
|||||||
groupOperation = spv::GroupOperationExclusiveScan;
|
groupOperation = spv::GroupOperationExclusiveScan;
|
||||||
spvGroupOperands.push_back(groupOperation);
|
spvGroupOperands.push_back(groupOperation);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user