Vixen
02b45cc4
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 (5)

  • PixelFormat Format

    The format of its images.

  • 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 (21)

  • PbrShowcaseGamePbrShowcase
  • TriangleGameHelloTriangle
  • UiHostHelloUi
  • VideoGameVideoPlayback
  • VirtualGeometryGameVirtualGeometry
  • AppGraphicsVixen.App.Hosting
  • GlDeviceVixen.Graphics.OpenGL
  • GlSwapChainVixen.Graphics.OpenGL
  • IGraphicsDeviceVixen.Graphics
  • NullDeviceVixen.Graphics.Null
  • NullDeviceTestsVixen.Graphics.Null.Tests
  • NullSwapChainVixen.Graphics.Null
  • VulkanDeviceVixen.Graphics.Vulkan
  • VulkanSwapChainVixen.Graphics.Vulkan
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WebGpuDeviceTestsVixen.Graphics.WebGPU.Tests
  • WebGpuSwapChainVixen.Graphics.WebGPU
  • EditorHostVixen.Editor.Host
  • EditorPaneVixen.Editor.Host
  • GraphicsHostVixen.App
  • HostedRendererTestsVixen.App.Tests