MTLBlendOperation.max
Maximum of the source and destination pixel values.
Declaration
case maxDiscussion
RGB = max(Source.rgb, Dest.rgb)
A = max(Source.a, Dest.a)
Maximum of the source and destination pixel values.
case maxRGB = max(Source.rgb, Dest.rgb)
A = max(Source.a, Dest.a)