r.Vulkan.ForcePacingWithoutVSync

r.Vulkan.ForcePacingWithoutVSync

#Overview

name: r.Vulkan.ForcePacingWithoutVSync

This variable is created as a Console Variable (cvar).

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:62

Scope: file

Source code excerpt:

int32 GVulkanForcePacingWithoutVSync = 0;
static FAutoConsoleVariableRef CVarVulkanForcePacingWithoutVSync(
	TEXT("r.Vulkan.ForcePacingWithoutVSync"),
	GVulkanForcePacingWithoutVSync,
	TEXT("Whether to CPU pacers remain enabled even if VSync is off"),
	ECVF_RenderThreadSafe
);

int32 GPrintVulkanVsyncDebug = 0;