mirror of
https://github.com/RPCS3/glslang.git
synced 2024-12-02 16:17:05 +00:00
Build warning: Fix #2062, missing enum value in a switch.
This commit is contained in:
parent
965bd4d966
commit
83973079f8
@ -2774,6 +2774,8 @@ bool TIntermediate::postProcess(TIntermNode* root, EShLanguage /*language*/)
|
||||
case EShTexSampTransUpgradeTextureRemoveSampler:
|
||||
performTextureUpgradeAndSamplerRemovalTransformation(root);
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user