r.Vulkan.DebugVsync
r.Vulkan.DebugVsync
#Overview
name: r.Vulkan.DebugVsync
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Whether to print vulkan vsync data
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:71
Scope: file
Source code excerpt:
#if !(UE_BUILD_SHIPPING)
static FAutoConsoleVariableRef CVarVulkanDebugVsync(
TEXT("r.Vulkan.DebugVsync"),
GPrintVulkanVsyncDebug,
TEXT("Whether to print vulkan vsync data"),
ECVF_RenderThreadSafe
);
#endif