r.Vulkan.SwapChainIgnoreExtraImages
r.Vulkan.SwapChainIgnoreExtraImages
#Overview
name: r.Vulkan.SwapChainIgnoreExtraImages
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to ignore extra images created in swapchain and stick with a requested number of images
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:29
Scope: file
Source code excerpt:
int32 GVulkanSwapChainIgnoreExtraImages = 0;
static FAutoConsoleVariableRef CVarVulkanSwapChainIgnoreExtraImages(
TEXT("r.Vulkan.SwapChainIgnoreExtraImages"),
GVulkanSwapChainIgnoreExtraImages,
TEXT("Whether to ignore extra images created in swapchain and stick with a requested number of images"),
ECVF_ReadOnly
);
int32 GShouldCpuWaitForFence = 1;