r.Vulkan.DefragAgeDelay
r.Vulkan.DefragAgeDelay
#Overview
name: r.Vulkan.DefragAgeDelay
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Delay in Frames that needs to pass before attempting to defrag a page again\n
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/VulkanRHI/Private/VulkanMemory.cpp:153
Scope: file
Source code excerpt:
int32 GVulkanDefragAgeDelay = 100;
static FAutoConsoleVariableRef CVarVulkanDefragAgeDelay(
TEXT("r.Vulkan.DefragAgeDelay"),
GVulkanDefragAgeDelay,
TEXT("Delay in Frames that needs to pass before attempting to defrag a page again\n"),
ECVF_RenderThreadSafe
);
int32 GVulkanDefragPaused = 0;
static FAutoConsoleVariableRef CVarVulkanDefragPaused(