it works!

This commit is contained in:
nek0 2022-07-14 17:05:59 +02:00
parent c915d028a6
commit b8d56ecb2c

View file

@ -71,7 +71,7 @@ drawFrame
let presentInfo = Vk.zero
{ Khr.waitSemaphores = V.singleton renderFinishedSemaphore
, Khr.swapchains = V.singleton swapchain
, Khr.imageIndices = V.singleton index
, Khr.imageIndices = V.singleton 0
}
presentResult <- Khr.queuePresentKHR graphicsQueue presentInfo