Revert "Make matc workarounds default to NONE again" (#9295)
This reverts commit d11a6b4467.
Breakage detailed in following bug
BUGS=449740720
This commit is contained in:
@@ -146,7 +146,7 @@ protected:
|
||||
Platform mPlatform = Platform::DESKTOP;
|
||||
TargetApi mTargetApi = (TargetApi) 0;
|
||||
Optimization mOptimization = Optimization::PERFORMANCE;
|
||||
Workarounds mWorkarounds = Workarounds::NONE;
|
||||
Workarounds mWorkarounds = Workarounds::ALL;
|
||||
bool mPrintShaders = false;
|
||||
bool mSaveRawVariants = false;
|
||||
bool mGenerateDebugInfo = false;
|
||||
|
||||
@@ -171,7 +171,7 @@ protected:
|
||||
StringReplacementMap mTemplateMap;
|
||||
StringReplacementMap mMaterialParameters;
|
||||
filament::UserVariantFilterMask mVariantFilter = 0;
|
||||
Workarounds mWorkarounds = Workarounds::NONE;
|
||||
Workarounds mWorkarounds = Workarounds::ALL;
|
||||
bool mIncludeEssl1 = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user