r.Vulkan.EvictionLimitPercentageRenableLimit
r.Vulkan.EvictionLimitPercentageRenableLimit
#Overview
name: r.Vulkan.EvictionLimitPercentageRenableLimit
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
After eviction has occurred, only start using local mem for textures after memory usage is less than this(Relative to Eviction percentage)
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:267
Scope: file
Source code excerpt:
static float GVulkanEvictionLimitPercentageReenableLimit = 75.f;
static FAutoConsoleVariableRef CVarVulkanEvictionLimitPercentageReenableLimit(
TEXT("r.Vulkan.EvictionLimitPercentageRenableLimit"),
GVulkanEvictionLimitPercentageReenableLimit,
TEXT("After eviction has occurred, only start using local mem for textures after memory usage is less than this(Relative to Eviction percentage)"),
ECVF_RenderThreadSafe
);