tp::AcquiredImageInfo struct

Describes the details of an image acquired from a tp::Swapchain and its required synchronization semaphores with the acquire and present operations.

Public variables

ExternalSemaphore acquireSemaphore
The semaphore for the Job accessing the swapchain image to wait upon.
const ImageView* image
The view of the swapchain image that was acquired.
uint32_t imageIndex
The index of the acquired image within the swapchain.
ExternalSemaphore presentSemaphore
The semaphore to be signalled by a Job and waited upon by the present operation.