You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-136244 #rb jeff.fisher #preflight 6435d28316422fa2b4f2b46d [CL 24999509 by christopher fiala in ue5-main branch]
12 lines
320 B
C++
12 lines
320 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "IHeadMountedDisplayVulkanExtensions.h"
|
|
#include "GeneralProjectSettings.h"
|
|
#include "Misc/CommandLine.h"
|
|
#include "StereoRendering.h"
|
|
|
|
bool IHeadMountedDisplayVulkanExtensions::ShouldDisableVulkanVSync() const
|
|
{
|
|
return IStereoRendering::IsStartInVR();
|
|
}
|