Vixen
02b45cc4
csharp
public enum WgpuBlendOperation

How the two sides of a blend combine.

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

Fields and properties (5)

  • Add

    Source plus destination.

  • Subtract

    Source minus destination.

  • ReverseSubtract

    Destination minus source.

  • Min

    The smaller of the two.

  • Max

    The larger of the two.

Used by (2)

  • WebGpuConversionsVixen.Graphics.WebGPU
  • WgpuBlendComponentVixen.Graphics.WebGPU