r.RayTracing.DynamicGeometry.SharedVertexBufferSizeInMB
r.RayTracing.DynamicGeometry.SharedVertexBufferSizeInMB
#Overview
name: r.RayTracing.DynamicGeometry.SharedVertexBufferSizeInMB
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Size of the a single shared vertex buffer used during the BLAS update of dynamic geometries (default 4MB)
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/RayTracing/RayTracingDynamicGeometry.cpp:13
Scope: file
Source code excerpt:
static int32 GRTDynGeomSharedVertexBufferSizeInMB = 4;
static FAutoConsoleVariableRef CVarRTDynGeomSharedVertexBufferSizeInMB(
TEXT("r.RayTracing.DynamicGeometry.SharedVertexBufferSizeInMB"),
GRTDynGeomSharedVertexBufferSizeInMB,
TEXT("Size of the a single shared vertex buffer used during the BLAS update of dynamic geometries (default 4MB)"),
ECVF_RenderThreadSafe
);
static int32 GRTDynGeomSharedVertexBufferGarbageCollectLatency = 30;