#what to provide to acquireNextImageKHR as a semaphore, how does it work

5 messages · Page 1 of 1 (latest)

fiery citrus
#

it only accepts binary semaphores

open jay
#

You provide a semaphore. Not sure what your question is

tired lotus
#

My question is, you provide a semaphore that acts upon preventing what exactly?

open jay
#

vkAcquireNextImageKHR gives you an image index immediately, but the image may not be available for writing to until the semaphore is signaled

tired lotus
#

ah makes sense thanks