SwapChainOutput

Result of a call to SwapChain.getNextTexture.

Members

Variables

error
SwapChainError error;

Result of an unsuccessful call to SwapChain.getNextTexture. SwapChainError.None if the call was successful.

suboptimal
bool suboptimal;

true if the acquired buffer can still be used for rendering, but should be recreated for maximum performance.

success
bool success;

Whether a call to SwapChain.getNextTexture was successful.

view
TextureView* view;

The texture into which the next frame should be rendered. null if the call to SwapChain.getNextTexture was unsuccessful.

See Also

Meta