r.Vulkan.ChunkedPSOCache.MaxSingleCachePSOCount
r.Vulkan.ChunkedPSOCache.MaxSingleCachePSOCount
#Overview
name: r.Vulkan.ChunkedPSOCache.MaxSingleCachePSOCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The target PSO count for an individual PSO cache.\nexisting caches with different PSO counts are discarded at startup.\n(default) 20
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:89
Scope (from outer to inner):
file
namespace UE
namespace Vulkan
Source code excerpt:
static FAutoConsoleVariableRef GMaxSingleCachePSOCountCVar(
TEXT("r.Vulkan.ChunkedPSOCache.MaxSingleCachePSOCount"),
GMaxPSOsPerChunk,
TEXT("The target PSO count for an individual PSO cache.\n")
TEXT("existing caches with different PSO counts are discarded at startup.\n")
TEXT("(default) 20")
, ECVF_RenderThreadSafe | ECVF_ReadOnly
);