Vixen
02b45cc4
csharp
public readonly record struct ColourTargetState

One colour target a pipeline writes to.

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

Fields and properties (3)

  • public PixelFormat Format

    Its format. Must match the attachment the pipeline is used with.

  • public BlendState Blend

    How fragments combine with it. Omitting it means Opaque — see EffectiveBlend, which is what a backend must read.

  • public BlendState EffectiveBlend

    The blend state to build the pipeline from.

Methods (1)

Used by (14)

  • CommandRecorderTestsVixen.Graphics.Null.Tests
  • EffectPipelineDescriberVixen.Rendering
  • FixtureVixen.Graphics.Golden.Tests
  • FullScreenRendererVixen.Rendering
  • GlPipelineVixen.Graphics.OpenGL
  • GraphicsPipelineDescriptionVixen.Graphics
  • IrradianceCaptureDeviceTestsVixen.Graphics.Golden.Tests
  • PipelineDefaultTestsVixen.Graphics.Tests
  • SurfaceCacheRendererDeviceTestsVixen.Graphics.Golden.Tests
  • SurfaceCardCaptureDeviceTestsVixen.Graphics.Golden.Tests
  • VideoRendererVixen.Video.Rendering
  • VulkanDeviceVixen.Graphics.Vulkan
  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU