Rasterization: Difference between revisions
Jump to navigation
Jump to search
Pipeline page link. |
m Section. |
||
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 based on the sample coverage of the primitive. | ||
{{stub}} | |||
== Polygon offset == | |||
== See also == | == See also == | ||
* [[Primitive]] | * [[Primitive]] | ||
[[Category:General OpenGL]] | [[Category:General OpenGL]] |
Revision as of 23:20, 13 February 2013
OpenGL Rendering Pipeline
Rasterization is the process whereby each individual Primitive is broken down into discrete elements based on the sample coverage of the primitive.
This article is a stub. You can help the OpenGL Wiki by expanding it. |