Rasterization: Difference between revisions

From OpenGL Wiki
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]]
{{stub}}


[[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