r.VT.RenderCaptureNextPagesDraws
r.VT.RenderCaptureNextPagesDraws
#Overview
name: r.VT.RenderCaptureNextPagesDraws
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Trigger a render capture during the next RVT RenderPages draw calls.
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/VT/RuntimeVirtualTextureRender.cpp:46
Scope (from outer to inner):
file
namespace RuntimeVirtualTexture
Source code excerpt:
int32 RenderCaptureNextRVTPagesDraws = 0;
static FAutoConsoleVariableRef CVarRenderCaptureNextRVTPagesDraws(
TEXT("r.VT.RenderCaptureNextPagesDraws"),
RenderCaptureNextRVTPagesDraws,
TEXT("Trigger a render capture during the next RVT RenderPages draw calls."));
BEGIN_GLOBAL_SHADER_PARAMETER_STRUCT(FEtcParameters, )
SHADER_PARAMETER_ARRAY(FVector4f, ALPHA_DISTANCE_TABLES, [16])
SHADER_PARAMETER_ARRAY(FVector4f, RGB_DISTANCE_TABLES, [8])