Rasterization: Difference between revisions
Jump to navigation
Jump to search
Pipeline page link. |
Name for discrete elements. |
||
(One intermediate revision by the same user not shown) | |||
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}} | |||
== Polygon offset == | |||
== See also == | == See also == | ||
* [[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. |