Class Swapchain
- Namespace
- Pie
- Assembly
- Pie.dll
A swapchain contains various buffers that are rendered to. Every GraphicsDevice must have a Swapchain to render to.
public class Swapchain
- Inheritance
-
Swapchain
- Inherited Members
Properties
Size
The size of this Swapchain.
public Size Size { get; }
Property Value
- Size
- A swapchain contains various buffers that are rendered to. Every must have a to render to.