r.HairStrands.Visibility.TileCompaction
r.HairStrands.Visibility.TileCompaction
#Overview
name: r.HairStrands.Visibility.TileCompaction
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables a compaction pass to run on the output of the binning pass of the hair software rasterizer.
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/HairStrands/HairStrandsVisibility.cpp:120
Scope: file
Source code excerpt:
static int32 GHairStrandsTileCompaction = 0;
static FAutoConsoleVariableRef CVarHairStrandsTileCompaction(TEXT("r.HairStrands.Visibility.TileCompaction"), GHairStrandsTileCompaction, TEXT("Enables a compaction pass to run on the output of the binning pass of the hair software rasterizer."));
static int32 GHairStrandsHWSWClassifaction = 0;
static FAutoConsoleVariableRef CVarHairStrandsHWSWClassifaction(TEXT("r.HairStrands.Visibility.HWSWClassifaction"), GHairStrandsHWSWClassifaction, TEXT("Enables classifying hair segments to be rasterized with a hardware rasterizer or a software rasterizer."));
/////////////////////////////////////////////////////////////////////////////////////////