glBlendEquationMode Enumeration |
Namespace: Ooogles
| Member name | Value | Description | |
|---|---|---|---|
| Add | 32774 | Result = (SrcColor * SrcWeigth) + (DstColor * DstWeight) | |
| Subtract | 32778 | Result = (SrcColor * SrcWeigth) - (DstColor * DstWeight) | |
| ReverseSubtract | 32779 | Result = (DstColor * DstWeight) - (SrcColor * SrcWeigth) |