ISwapChain

Description

interface Tinman.Engine.Rendering.ISwapChain

Derived from

IRenderTarget

A swap chain for rendering in a window.

Public / Methods

Present


public method Present → ()

Presents the most recent renderings.

Validate


public method Validate → ()

returns → bool

true if the swap chain is valid, false if it has become invalid.

Checks if this swap chain is still valid.

If a swap chain has become invalid, it needs to be disposed and recreated. It is not necessary to recreate any other graphics resources in this case.