r.EarlyZSortMasked
r.EarlyZSortMasked
#Overview
name: r.EarlyZSortMasked
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Sort EarlyZ masked draws to the end of the draw order.\n
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/DepthRendering.cpp:51
Scope: file
Source code excerpt:
static int32 GEarlyZSortMasked = 1;
static FAutoConsoleVariableRef CVarSortPrepassMasked(
TEXT("r.EarlyZSortMasked"),
GEarlyZSortMasked,
TEXT("Sort EarlyZ masked draws to the end of the draw order.\n"),
ECVF_Default
);
static TAutoConsoleVariable<int32> CVarStencilLODDitherMode(