Share via


MTLBlendOperation Enum

Definition

How the source and destination values are combined.

[ObjCRuntime.Native]
public enum MTLBlendOperation
[<ObjCRuntime.Native>]
type MTLBlendOperation = 
Inheritance
MTLBlendOperation
Attributes

Fields

Name Value Description
Add 0
Subtract 1
ReverseSubtract 2
Min 3
Max 4
Unspecialized 5

Applies to