r.ShaderComplexity.Baseline.Forward.VS
r.ShaderComplexity.Baseline.Forward.VS
#Overview
name: r.ShaderComplexity.Baseline.Forward.VS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Minimum number of instructions for vertex shaders in forward shading (default=134)
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:37
Scope: file
Source code excerpt:
int32 GShaderComplexityBaselineForwardVS = 134;
static FAutoConsoleVariableRef CVarShaderComplexityBaselineForwardVS(
TEXT("r.ShaderComplexity.Baseline.Forward.VS"),
GShaderComplexityBaselineForwardVS,
TEXT("Minimum number of instructions for vertex shaders in forward shading (default=134)"),
ECVF_Default
);
int32 GShaderComplexityBaselineForwardPS = 635;