r.DX12NVAfterMathTrackResources
r.DX12NVAfterMathTrackResources
#Overview
name: r.DX12NVAfterMathTrackResources
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable NV Aftermath resource tracing in D3D12
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/D3D12RHI/Private/Windows/WindowsD3D12Device.cpp:56
Scope: file
Source code excerpt:
int32 GDX12NVAfterMathTrackResources = 0;
static FAutoConsoleVariableRef CVarDX12NVAfterMathTrackResources(
TEXT("r.DX12NVAfterMathTrackResources"),
GDX12NVAfterMathTrackResources,
TEXT("Enable NV Aftermath resource tracing in D3D12"),
ECVF_ReadOnly
);
float GDX12NVAfterMathDumpWaitTime = 10.0f;