Contents

SwapChain

public abstract class SwapChain : GraphicsResource, IDisposable
Inheritance and metadata

Constructors

SwapChain(GraphicsContext, SwapChainDesc)

protected SwapChain(GraphicsContext context, SwapChainDesc desc)

Properties

Desc

public ref readonly SwapChainDesc Desc { get; }

Drawable

public abstract Texture Drawable { get; }

Methods

Present()

public void Present()

PresentImpl()

protected abstract void PresentImpl()

Refresh(Surface)

public void Refresh(Surface surface)

RefreshImpl()

protected abstract void RefreshImpl()

Resize(uint, uint)

public void Resize(uint width, uint height)

ResizeImpl()

protected abstract void ResizeImpl()

Find a member

Zenith.NET.SwapChain

Search documentation

Search tutorials, concepts, samples, and the API reference.