csharp
public readonly record struct WgpuColourTargetStateOne colour target of a render pipeline.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public WgpuTextureFormat FormatIts format.
public bool BlendEnabledWhether to blend at all.
public WgpuBlendComponent ColourThe colour blend equation.
public WgpuBlendComponent AlphaThe alpha blend equation.
public WgpuColorWriteMask WriteMaskWhich channels may be written.
Methods (1)
public WgpuColourTargetState(WgpuTextureFormat Format, bool BlendEnabled, WgpuBlendComponent Colour, WgpuBlendComponent Alpha, WgpuColorWriteMask WriteMask)One colour target of a render pipeline.
Used by (5)
- NativeWebGpuBindingVixen.Graphics.WebGPU
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuDeviceVixen.Graphics.WebGPU
- WgpuRenderPipelineDescriptorVixen.Graphics.WebGPU