Result of an unsuccessful call to SwapChain.getNextTexture. SwapChainError.None if the call was successful.
true if the acquired buffer can still be used for rendering, but should be recreated for maximum performance.
Whether a call to SwapChain.getNextTexture was successful.
The texture into which the next frame should be rendered. null if the call to SwapChain.getNextTexture was unsuccessful.
<a href="https://docs.rs/wgpu/0.6.0/wgpu/struct.SwapChainFrame.html">wgpu::SwapChainFrame</a>
Result of a call to SwapChain.getNextTexture.