r.EarlyInitDynamicShadows
r.EarlyInitDynamicShadows
#Overview
name: r.EarlyInitDynamicShadows
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Starts shadow culling tasks earlier in the frame.
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/SceneVisibility.cpp:157
Scope: file
Source code excerpt:
int32 GEarlyInitDynamicShadows = 1;
static FAutoConsoleVariableRef CVarEarlyInitDynamicShadows(
TEXT("r.EarlyInitDynamicShadows"),
GEarlyInitDynamicShadows,
TEXT("Starts shadow culling tasks earlier in the frame."),
ECVF_RenderThreadSafe
);
static int32 GFramesNotOcclusionTestedToExpandBBoxes = 5;