it works!
This commit is contained in:
parent
c915d028a6
commit
b8d56ecb2c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ drawFrame
|
||||||
let presentInfo = Vk.zero
|
let presentInfo = Vk.zero
|
||||||
{ Khr.waitSemaphores = V.singleton renderFinishedSemaphore
|
{ Khr.waitSemaphores = V.singleton renderFinishedSemaphore
|
||||||
, Khr.swapchains = V.singleton swapchain
|
, Khr.swapchains = V.singleton swapchain
|
||||||
, Khr.imageIndices = V.singleton index
|
, Khr.imageIndices = V.singleton 0
|
||||||
}
|
}
|
||||||
|
|
||||||
presentResult <- Khr.queuePresentKHR graphicsQueue presentInfo
|
presentResult <- Khr.queuePresentKHR graphicsQueue presentInfo
|
||||||
|
|
Loading…
Reference in a new issue