Contents

MTLBlendOperation.max

Maximum of the source and destination pixel values.

Declaration

case max

Discussion

RGB = max(Source.rgb, Dest.rgb)

A = max(Source.a, Dest.a)

See Also

Blend operations