Vixen
02b45cc4
csharp
public readonly record struct WgpuColourAttachment

One colour attachment of a render pass.

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

Fields and properties (8)

  • public WebGpuObject View

    What to render into.

  • public WebGpuObject ResolveTarget

    Where to resolve a multisampled attachment.

  • public WgpuLoadOp LoadOp

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

  • public WgpuStoreOp StoreOp

    What to do with it at the end.

  • public double ClearR

    The red channel of the clear value.

  • public double ClearG

    The green channel.

  • public double ClearB

    The blue channel.

  • public double ClearA

    The alpha channel.

Methods (1)

Used by (5)

  • FakeWebGpuBindingVixen.Graphics.WebGPU.Tests
  • NativeWebGpuBindingVixen.Graphics.WebGPU
  • WebGpuCommandListVixen.Graphics.WebGPU
  • WebGpuDeviceVixen.Graphics.WebGPU
  • WgpuRenderPassDescriptorVixen.Graphics.WebGPU