r.Nanite.Culling.TwoPass
r.Nanite.Culling.TwoPass
#Overview
name: r.Nanite.Culling.TwoPass
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Set to 0 to test disabling two pass occlusion culling.
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/Nanite/NaniteCullRaster.cpp:229
Scope: file
Source code excerpt:
int32 GNaniteCullingTwoPass = 1;
static FAutoConsoleVariableRef CVarNaniteCullingTwoPass(
TEXT("r.Nanite.Culling.TwoPass"),
GNaniteCullingTwoPass,
TEXT("Set to 0 to test disabling two pass occlusion culling."),
ECVF_RenderThreadSafe
);
static TAutoConsoleVariable<int32> CVarLargePageRectThreshold(