r.Vulkan.EvictOnePageDebug

r.Vulkan.EvictOnePageDebug

#Overview

name: r.Vulkan.EvictOnePageDebug

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/VulkanMemory.cpp:221

Scope: file

Source code excerpt:

int32 GVulkanEvictOnePage = 0;
static FAutoConsoleVariableRef CVarVulkanEvictbLilleHestyMusOne(
	TEXT("r.Vulkan.EvictOnePageDebug"),
	GVulkanEvictOnePage,
	TEXT("Set to 1 to test evict one page to host"),
	ECVF_RenderThreadSafe
);
#if !UE_BUILD_SHIPPING
static int32 GVulkanFakeMemoryLimit = 0;