Vixen
dd8b0a81
csharp
public interface ISwapChain

The images a window is presented from.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • PixelFormat Format

    The format of its images.

  • ColorGamut Gamut

    The gamut its images are shown in, which may be narrower than the one requested.

  • Int2 Size

    Their size in pixels.

  • PresentMode PresentMode

    How it waits for the display.

  • int ImageCount

    How many images it cycles through.

  • TextureHandle CurrentTexture

    The texture behind the image currently acquired.

Methods (3)

Used by (24)

  • TriangleGameHelloTriangle
  • VideoGameVideoPlayback
  • VirtualGeometryGameVirtualGeometry
  • AppGraphicsVixen.App.Hosting
  • GlDeviceVixen.Graphics.OpenGL
  • GlSwapChainVixen.Graphics.OpenGL
  • IGraphicsDeviceVixen.Graphics
  • NullDeviceVixen.Graphics.Null
  • NullDeviceTestsVixen.Graphics.Null.Tests
  • NullSwapChainVixen.Graphics.Null
  • OffscreenSwapChainTestsVixen.Graphics.Vulkan.Tests
  • UiApplicationVixen.Ui.Desktop
  • UiWindowSurfaceVixen.Ui.Desktop
  • VulkanDeviceVixen.Graphics.Vulkan
  • VulkanOffscreenSwapChainVixen.Graphics.Vulkan
  • VulkanPresentationTestsVixen.Graphics.Vulkan.Tests
  • VulkanSwapChainVixen.Graphics.Vulkan
  • VulkanSwapChainTestsVixen.Graphics.Vulkan.Tests
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
  • WebGpuSwapChainVixen.Graphics.WebGPU
  • EditorHostVixen.Editor.Host
  • GraphicsHostVixen.App
  • HostedRendererTestsVixen.App.Tests