r.DX12NVAfterMathEnabled
r.DX12NVAfterMathEnabled
#Overview
name: r.DX12NVAfterMathEnabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Use NV Aftermath for GPU crash analysis 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:48
Scope: file
Source code excerpt:
int32 GDX12NVAfterMathEnabled = 0;
static FAutoConsoleVariableRef CVarDX12NVAfterMathEnabled(
TEXT("r.DX12NVAfterMathEnabled"),
GDX12NVAfterMathEnabled,
TEXT("Use NV Aftermath for GPU crash analysis in D3D12"),
ECVF_ReadOnly
);
int32 GDX12NVAfterMathTrackResources = 0;