r.Vulkan.CPURHIThreadFramePacer
r.Vulkan.CPURHIThreadFramePacer
#Overview
name: r.Vulkan.CPURHIThreadFramePacer
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to enable the simple RHI thread CPU Framepacer for Vulkan
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:54
Scope: file
Source code excerpt:
int32 GVulkanCPURHIFramePacer = 1;
static FAutoConsoleVariableRef CVarVulkanCPURHIFramePacer(
TEXT("r.Vulkan.CPURHIThreadFramePacer"),
GVulkanCPURHIFramePacer,
TEXT("Whether to enable the simple RHI thread CPU Framepacer for Vulkan"),
ECVF_RenderThreadSafe
);
int32 GVulkanForcePacingWithoutVSync = 0;