csharp
public enum WgpuBlendFactorOne side of a blend equation.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (13)
ZeroZero.
OneOne.
SrcThe source colour.
OneMinusSrcOne minus the source colour.
SrcAlphaThe source alpha.
OneMinusSrcAlphaOne minus the source alpha.
DstThe destination colour.
OneMinusDstOne minus the destination colour.
DstAlphaThe destination alpha.
OneMinusDstAlphaOne minus the destination alpha.
SrcAlphaSaturatedThe source alpha, clamped to one minus the destination alpha.
ConstantThe blend constant.
OneMinusConstantOne minus the blend constant.
Used by (4)
- WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
- WebGpuConversionsVixen.Graphics.WebGPU
- WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
- WgpuBlendComponentVixen.Graphics.WebGPU