r.Vulkan.MemoryFallbackToHost
r.Vulkan.MemoryFallbackToHost
#Overview
name: r.Vulkan.MemoryFallbackToHost
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
0: Legacy, will crash when oom for rendertargets\n1: Fallback to Host memory on oom\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/VulkanMemory.cpp:126
Scope: file
Source code excerpt:
static int32 GVulkanMemoryMemoryFallbackToHost = 1;
static FAutoConsoleVariableRef CVarVulkanMemoryMemoryFallbackToHost(
TEXT("r.Vulkan.MemoryFallbackToHost"),
GVulkanMemoryMemoryFallbackToHost,
TEXT("0: Legacy, will crash when oom for rendertargets\n")
TEXT("1: Fallback to Host memory on oom\n"),
ECVF_ReadOnly
);