Remove SM4

#rb rolando.caloca

[CL 7993270 by Marcus Wassmer in Dev-Rendering branch]
This commit is contained in:
Marcus Wassmer
2019-08-13 13:51:12 -04:00
parent 20fbd6e11a
commit a084868df7
132 changed files with 292 additions and 542 deletions

View File

@@ -23,7 +23,7 @@ class FPostProcessVisualizeShadingModelsPS : public FGlobalShader
static bool ShouldCompilePermutation(const FGlobalShaderPermutationParameters& Parameters)
{
return IsFeatureLevelSupported(Parameters.Platform, ERHIFeatureLevel::SM4);
return IsFeatureLevelSupported(Parameters.Platform, ERHIFeatureLevel::SM5);
}
/** Default constructor. */