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.
[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 |