csharp
public enum WgpuBlendOperationHow 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)
AddSource plus destination.
SubtractSource minus destination.
ReverseSubtractDestination minus source.
MinThe smaller of the two.
MaxThe larger of the two.
Used by (2)
- WebGpuConversionsVixen.Graphics.WebGPU
- WgpuBlendComponentVixen.Graphics.WebGPU