Fix for not-handled-in-switch warnings
Added default to the switch() for AMD_EXTENSIONS to avoid a spew of warning messages.
This commit is contained in:
parent
c37f8d6b7e
commit
4e9e400ec6
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue