Commit 52fceb08 by John Kessenich Committed by GitHub

Merge pull request #689 from mikew-lunarg/master

Fix for not-handled-in-switch warnings
parents c37f8d6b 4e9e400e
......@@ -4198,6 +4198,8 @@ spv::Id TGlslangToSpvTraverser::createInvocationsOperation(glslang::TOperator op
groupOperation = spv::GroupOperationExclusiveScan;
spvGroupOperands.push_back(groupOperation);
break;
default:
break;
}
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment