r.Vulkan.KeepSwapChain
r.Vulkan.KeepSwapChain
#Overview
name: r.Vulkan.KeepSwapChain
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to keep old swap chain to pass through when creating the next one
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/VulkanSwapChain.cpp:21
Scope: file
Source code excerpt:
#endif
static FAutoConsoleVariableRef CVarVulkanKeepSwapChain(
TEXT("r.Vulkan.KeepSwapChain"),
GVulkanKeepSwapChain,
TEXT("Whether to keep old swap chain to pass through when creating the next one"),
ECVF_RenderThreadSafe
);
int32 GVulkanSwapChainIgnoreExtraImages = 0;