r.ShaderComplexity.Baseline.Forward.PS
r.ShaderComplexity.Baseline.Forward.PS
#Overview
name: r.ShaderComplexity.Baseline.Forward.PS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Minimum number of instructions for pixel shaders in forward shading (default=635)
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Renderer/Private/DebugViewModeRendering.cpp:45
Scope: file
Source code excerpt:
int32 GShaderComplexityBaselineForwardPS = 635;
static FAutoConsoleVariableRef CVarShaderComplexityBaselineForwardPS(
TEXT("r.ShaderComplexity.Baseline.Forward.PS"),
GShaderComplexityBaselineForwardPS,
TEXT("Minimum number of instructions for pixel shaders in forward shading (default=635)"),
ECVF_Default
);
int32 GShaderComplexityBaselineForwardUnlitPS = 47;