Contents

MTLBlendFactor.oneMinusSource1Color

Blend factor of one minus source values. This option supports dual-source blending and reads from the second color output of the fragment function.

Declaration

case oneMinusSource1Color

Discussion

F(rgb) = 1 - Source.rgb

F(a) = 1 - Source.a

See Also

Blend factors