mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Applied astyle
This commit is contained in:
parent
33615ef541
commit
e0e77ce6b3
1 changed files with 2 additions and 2 deletions
|
@ -1333,8 +1333,8 @@ void DeviceManager_VK::Present()
|
|||
vk::PresentTimeGOOGLE presentTime = vk::PresentTimeGOOGLE()
|
||||
.setPresentID( idLib::frameNumber - 1 );
|
||||
vk::PresentTimesInfoGOOGLE presentTimesInfo = vk::PresentTimesInfoGOOGLE()
|
||||
.setSwapchainCount( 1 )
|
||||
.setPTimes( &presentTime );
|
||||
.setSwapchainCount( 1 )
|
||||
.setPTimes( &presentTime );
|
||||
if( displayTimingEnabled )
|
||||
{
|
||||
pNext = &presentTimesInfo;
|
||||
|
|
Loading…
Reference in a new issue