mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-11-06 10:31:55 +01:00
vk: fix linux build
This commit is contained in:
parent
1d48982e7b
commit
88f8aabf8e
@ -411,7 +411,7 @@ qboolean VK_FrameCtlInit( void )
|
||||
.signalSemaphoreCount = 1,
|
||||
.pSignalSemaphores = g_frame.sem_done2 + 0,
|
||||
};
|
||||
XVK_CHECK(vkQueueSubmit(vk_core.queue, 1, &subinfo, NULL));
|
||||
XVK_CHECK(vkQueueSubmit(vk_core.queue, 1, &subinfo, VK_NULL_HANDLE));
|
||||
//gEngine.Con_Printf("SYNC: signal semaphore %d\n", 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user