r.RayTracing.Nanite.ProfileStreamOut
r.RayTracing.Nanite.ProfileStreamOut
#Overview
name: r.RayTracing.Nanite.ProfileStreamOut
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
[Development only] Stream out pending requests every frame in order to measure performance.
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/NaniteRayTracing.cpp:103
Scope: file
Source code excerpt:
static bool GNaniteRayTracingProfileStreamOut = false;
static FAutoConsoleVariableRef CVarNaniteRayTracingProfileStreamOut(
TEXT("r.RayTracing.Nanite.ProfileStreamOut"),
GNaniteRayTracingProfileStreamOut,
TEXT("[Development only] Stream out pending requests every frame in order to measure performance."),
ECVF_RenderThreadSafe
);
DECLARE_GPU_STAT(RebuildNaniteBLAS);