csharp
public readonly record struct WgpuBlendComponentOne half of a blend equation.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public WgpuBlendOperation OperationHow the two sides combine.
public WgpuBlendFactor SourceFactorThe source factor.
public WgpuBlendFactor DestinationFactorThe destination factor.
Methods (1)
public WgpuBlendComponent(WgpuBlendOperation Operation, WgpuBlendFactor SourceFactor, WgpuBlendFactor DestinationFactor)One half of a blend equation.
Used by (3)
- NativeWebGpuBindingVixen.Graphics.WebGPU
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WgpuColourTargetStateVixen.Graphics.WebGPU