Rasterization: Difference between revisions
Jump to navigation
Jump to search
m Section. |
Name for discrete elements. |
||
| Line 1: | Line 1: | ||
{{pipeline float}} | {{pipeline float}} | ||
'''Rasterization''' is the process whereby each individual [[Primitive]] is broken down into discrete elements based on the sample coverage of the primitive. | '''Rasterization''' is the process whereby each individual [[Primitive]] is broken down into discrete elements called [[Fragment]]s, based on the sample coverage of the primitive. | ||
{{stub}} | {{stub}} | ||
| Line 11: | Line 11: | ||
* [[Primitive]] | * [[Primitive]] | ||
* [[Fragment]] | |||
[[Category:General OpenGL]] | [[Category:General OpenGL]] | ||
Latest revision as of 15:32, 7 February 2016
OpenGL Rendering Pipeline
Rasterization is the process whereby each individual Primitive is broken down into discrete elements called Fragments, based on the sample coverage of the primitive.
| This article is a stub. You can help the OpenGL Wiki by expanding it. |