Rasterization: Difference between revisions

From OpenGL Wiki
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

Rasterization is the process whereby each individual Primitive is broken down into discrete elements called Fragments, based on the sample coverage of the primitive.

Polygon offset

See also