ISwapChain Description interface Tinman.Engine.Rendering.ISwapChain Derived from IRenderTarget A swap chain for rendering in a window. See also IGraphicsContext.SetRenderTarget IGraphicsContext.CreateSwapChain Public / Methods Present public method Present → () Presents the most recent renderings. See also IRenderTarget.Finish 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. IResourceNamePrefix ITextureCube