r.Vulkan.CpuWaitForFence
r.Vulkan.CpuWaitForFence
#Overview
name: r.Vulkan.CpuWaitForFence
This variable is created as a Console Variable (cvar).
- type: Var
- help: Whether to have the Cpu wait for the fence in AcquireImageIndex
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:37
Scope: file
Source code excerpt:
int32 GShouldCpuWaitForFence = 1;
static FAutoConsoleVariableRef CVarCpuWaitForFence(
	TEXT("r.Vulkan.CpuWaitForFence"),
	GShouldCpuWaitForFence,
	TEXT("Whether to have the Cpu wait for the fence in AcquireImageIndex"),
	ECVF_RenderThreadSafe
);
//disabled by default in swapchain creation if the extension frame pacer is available