Module draw2d::graphics::vulkan::swapchain[][src]

Expand description

This module defines the Swapchain abstraction and related Vulkan resources.

The Swapchain is inherently tied to the display surface and the Window which provides it. As such, only the main application thread should ever directly interact with the swapchain.

Structs

Manage the swapchain and all dependent resources.