r.Vulkan.PipelineCacheCompression
r.Vulkan.PipelineCacheCompression
#Overview
name: r.Vulkan.PipelineCacheCompression
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable/disable compression on the Vulkan pipeline cache disk file\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/VulkanPipeline.cpp:117
Scope: file
Source code excerpt:
static int32 GEnablePipelineCacheCompression = 1;
static FAutoConsoleVariableRef GEnablePipelineCacheCompressionCvar(
TEXT("r.Vulkan.PipelineCacheCompression"),
GEnablePipelineCacheCompression,
TEXT("Enable/disable compression on the Vulkan pipeline cache disk file\n"),
ECVF_Default | ECVF_RenderThreadSafe
);