Vixen
02b45cc4
csharp
public enum WgpuBlendFactor

One side of a blend equation.

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

Fields and properties (13)

  • Zero

    Zero.

  • One

    One.

  • Src

    The source colour.

  • OneMinusSrc

    One minus the source colour.

  • SrcAlpha

    The source alpha.

  • OneMinusSrcAlpha

    One minus the source alpha.

  • Dst

    The destination colour.

  • OneMinusDst

    One minus the destination colour.

  • DstAlpha

    The destination alpha.

  • OneMinusDstAlpha

    One minus the destination alpha.

  • SrcAlphaSaturated

    The source alpha, clamped to one minus the destination alpha.

  • Constant

    The blend constant.

  • OneMinusConstant

    One minus the blend constant.

Used by (4)

  • WebGpuConversionTestsVixen.Graphics.WebGPU.Tests
  • WebGpuConversionsVixen.Graphics.WebGPU
  • WebGpuEnumAgreementTestsVixen.Graphics.WebGPU.Tests
  • WgpuBlendComponentVixen.Graphics.WebGPU