[−][src]Type Definition gfx_hal::window::SwapImageIndex
type SwapImageIndex = u32;
Index of an image in the swapchain.
The swapchain is a series of one or more images, usually
with one being drawn on while the other is displayed by
the GPU (aka double-buffering). A SwapImageIndex
refers
to a particular image in the swapchain.