glBlendFunc - part-cw/lambdanative GitHub Wiki
(glBlendFunc sfactor dfactor)
glBlendFunc specifies pixel arithmetic.
Parameter | Description |
---|---|
sfactor | How the red, green, blue, and alpha source blending factors are computed |
dfactor | How the red, green, blue, and alpha destination blending factors are computed |
Example
None provided.