MTLBlendOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How the source and destination values are combined.
public enum MTLBlendOperation
type MTLBlendOperation =
- Inheritance
-
MTLBlendOperation
Fields
Name | Value | Description |
---|---|---|
Add | 0 | |
Subtract | 1 | |
ReverseSubtract | 2 | |
Min | 3 | |
Max | 4 |