csharp
public readonly record struct ColourTargetStateOne 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 FormatIts format. Must match the attachment the pipeline is used with.
public BlendState BlendHow fragments combine with it. Omitting it means Opaque — see EffectiveBlend, which is what a backend must read.
public BlendState EffectiveBlendThe blend state to build the pipeline from.
Methods (1)
public ColourTargetState(PixelFormat Format, BlendState Blend = default(BlendState))One colour target a pipeline writes to.
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