Function Swapchain.images

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)

abstract ImageBase[] images() @property;