struct
AcquiredImageInfoDescribes the details of an image acquired from a tp::
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.