A handle to a swap chain.
A SwapChain represents the image or series of images that will be presented to a Surface. A SwapChain may be created with Device.createSwapChain.
Returns the next texture to be presented by the swapchain for drawing.
Describes this SwapChain.
Handle identifier.
<a href="https://docs.rs/wgpu/0.6.0/wgpu/struct.SwapChain.html">wgpu::SwapChain</a>
See Implementation
A handle to a swap chain.
A SwapChain represents the image or series of images that will be presented to a Surface. A SwapChain may be created with Device.createSwapChain.