r.Nanite.SoftwareVRS
r.Nanite.SoftwareVRS
#Overview
name: r.Nanite.SoftwareVRS
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to enable Nanite software variable rate shading in compute.
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/NaniteShading.cpp:132
Scope: file
Source code excerpt:
static int32 GNaniteSoftwareVRS = 1;
static FAutoConsoleVariableRef CVarNaniteSoftwareVRS(
TEXT("r.Nanite.SoftwareVRS"),
GNaniteSoftwareVRS,
TEXT("Whether to enable Nanite software variable rate shading in compute."),
ECVF_RenderThreadSafe
);
int32 GNaniteValidateShadeBinning = 0;