r.Vulkan.MemoryMapChunkedPSOCache

r.Vulkan.MemoryMapChunkedPSOCache

#Overview

name: r.Vulkan.MemoryMapChunkedPSOCache

This variable is created as a Console Variable (cvar).

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:118

Scope (from outer to inner):

file
namespace    UE
namespace    Vulkan

Source code excerpt:

		static bool GMemoryMapChunkedPSOCache = true;
		static FAutoConsoleVariableRef CVarMemoryMapChunkedPSOCache(
			TEXT("r.Vulkan.MemoryMapChunkedPSOCache"),
			GMemoryMapChunkedPSOCache,
			TEXT("If true enabled memory mapping of the chunked vulkan PSO cache. (default)\n")
			TEXT("\n")
			TEXT("")
			,
			ECVF_ReadOnly | ECVF_RenderThreadSafe