r.GTAO.Upsample
r.GTAO.Upsample
#Overview
name: r.GTAO.Upsample
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable Simple or Depth aware upsample filter for GTAO \n 0: Simple \n 1: DepthAware (default)\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/CompositionLighting/PostProcessAmbientOcclusion.cpp:148
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarGTAOUpsample(
TEXT("r.GTAO.Upsample"),
1,
TEXT("Enable Simple or Depth aware upsample filter for GTAO \n ")
TEXT("0: Simple \n ")
TEXT("1: DepthAware (default)\n "),
ECVF_RenderThreadSafe | ECVF_Scalability);