Build warning: Fix #2062, missing enum value in a switch.
This commit is contained in:
@@ -2774,6 +2774,8 @@ bool TIntermediate::postProcess(TIntermNode* root, EShLanguage /*language*/)
|
|||||||
case EShTexSampTransUpgradeTextureRemoveSampler:
|
case EShTexSampTransUpgradeTextureRemoveSampler:
|
||||||
performTextureUpgradeAndSamplerRemovalTransformation(root);
|
performTextureUpgradeAndSamplerRemovalTransformation(root);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
assert(0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user