Frame buffer blend operation.
| Enumerator |
|---|
| MFBlendOp_Unknown |
Unknown blend op.
|
| MFBlendOp_Add |
Add source 1 and source 2.
|
| MFBlendOp_Subtract |
Subtract source 1 from source 2.
|
| MFBlendOp_RevSubtract |
Subtract source 2 from source 1.
|
| MFBlendOp_Min |
Find the minimum of source 1 and source 2.
|
| MFBlendOp_Max |
Find the maximum of source 1 and source 2.
|
| MFBlendOp_BlendOpCount |
Number of blend operations.
|
| MFBlendOp_ForceInt |
Force MFBlendOp to an int type.
|