Get the parent device
Get the Surface that this swapchain is bound to.
The image format of this swapchain
Get the list of images owned by this swapchain. The index of each image is meaningful and is often used to reference the image (such as the index returned by acquireNextImage)
Acquire the next image in the swapchain. This function may block until the next image is available.