Vixen
02b45cc4
csharp
public readonly record struct ColourAttachment

One attachment in a render pass.

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

Fields and properties (5)

  • public TextureViewHandle View

    What to render into.

  • public LoadAction Load

    What to do with it at the start of the pass.

  • public StoreAction Store

    What to do with it at the end.

  • public Color4 ClearColour

    What to clear to, when clears.

  • public TextureViewHandle ResolveView

    Where to resolve a multisampled attachment, when resolves.

Methods (1)

Used by (16)

  • VirtualGeometryGameVirtualGeometry
  • CommandRecorderTestsVixen.Graphics.Null.Tests
  • GlCommandListVixen.Graphics.OpenGL
  • IrradianceCubeCaptureVixen.Rendering
  • NativeWebGpuTestsVixen.Graphics.WebGPU.Tests
  • ObservedPassVixen.Graphics.RenderGraph.Tests
  • RenderGraphVixen.Graphics.RenderGraph
  • RenderGraphTestsVixen.Graphics.RenderGraph.Tests
  • RenderPassDescriptionVixen.Graphics
  • SurfaceCardCaptureVixen.Rendering
  • VideoInUiTestsVixen.Video.Rendering.Tests
  • VideoRenderTargetVixen.Video.Rendering
  • VideoRendererTestsVixen.Video.Rendering.Tests
  • VulkanCommandListVixen.Graphics.Vulkan
  • WebGpuCommandListVixen.Graphics.WebGPU
  • WebGpuCommandTestsVixen.Graphics.WebGPU.Tests