You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Remove SM4
#rb rolando.caloca [CL 7993270 by Marcus Wassmer in Dev-Rendering branch]
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user