r.Vulkan.ChunkedPSOCache.ChunkEvictTime
r.Vulkan.ChunkedPSOCache.ChunkEvictTime
#Overview
name: r.Vulkan.ChunkedPSOCache.ChunkEvictTime
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Time in seconds for a cache chunk to be unused before it can be evicted from ram.\n(default) 60
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/VulkanChunkedPipelineCache.cpp:128
Scope (from outer to inner):
file
namespace UE
namespace Vulkan
Source code excerpt:
static FAutoConsoleVariableRef GChunkEvictTimeCVar(
TEXT("r.Vulkan.ChunkedPSOCache.ChunkEvictTime"),
GUntouchedChunkEvictTimeSeconds,
TEXT("Time in seconds for a cache chunk to be unused before it can be evicted from ram.\n")
TEXT("(default) 60")
, ECVF_RenderThreadSafe | ECVF_ReadOnly
);