Blending: Difference between revisions
Jump to navigation
Jump to search
Blending moved to Transparency Sorting: After reading this article, it is clear that it is about transparency sorting, not blending. |
Creating a stub |
||
Line 1: | Line 1: | ||
'''Blending''' is the stage of OpenGL [[Rasterization]] that takes the fragment color outputs and combines them with the destination colors that they are adding to. Blending parameters can allow the source and destination colors for each output to be combined. | |||
{{stub}} | |||
[[Category:Rasterization]] |
Revision as of 03:47, 24 August 2009
Blending is the stage of OpenGL Rasterization that takes the fragment color outputs and combines them with the destination colors that they are adding to. Blending parameters can allow the source and destination colors for each output to be combined.
This article is a stub. You can help the OpenGL Wiki by expanding it. |