Module rafx_api::extra::swapchain_helper[][src]

Structs

RafxPresentableFrame

Represents an acquired image from a swapchain. It can move between threads and be sumitted by any thread. The swapchain helper will not provide another image until this one is presented.

RafxSwapchainHelper

Enums

TryAcquireNextImageResult

Traits

RafxSwapchainEventListener

May be implemented to get callbacks related to the swapchain being created/destroyed. This is optional.