Template:Pipeline list: Difference between revisions
Jump to navigation
Jump to search
m Formatting fix. |
Added face culling. |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* {{pagelink|Vertex Specification}} | <includeonly>* {{pagelink|Vertex Specification}} | ||
** {{pagelink|Vertex Rendering}} | ** {{pagelink|Vertex Rendering}} | ||
* {{pagelink| | ** {{pagelink|Primitive}} | ||
* {{pagelink|Vertex Processing}} | |||
** {{pagelink|Vertex Shader}} | ** {{pagelink|Vertex Shader}} | ||
** {{pagelink|Tessellation}} | |||
** {{pagelink|Geometry Shader}} | ** {{pagelink|Geometry Shader}} | ||
* {{pagelink|Vertex Post-Processing}} | * {{pagelink|Vertex Post-Processing}} | ||
** {{pagelink|Transform Feedback}} | ** {{pagelink|Transform Feedback}} | ||
* {{pagelink|Primitive Assembly}} | * {{pagelink|Primitive Assembly}} | ||
** {{pagelink|Face Culling}} | |||
* {{pagelink|Rasterization}} | * {{pagelink|Rasterization}} | ||
* {{pagelink|Fragment Shader}} | * {{pagelink|Fragment Shader}} | ||
Line 19: | Line 20: | ||
** {{pagelink|Logical Operation}} | ** {{pagelink|Logical Operation}} | ||
** {{pagelink|Write Mask}} | ** {{pagelink|Write Mask}} | ||
}} | }}</includeonly> | ||
<noinclude>A list of the OpenGL rendering pipeline stages, usually used for side-bars or the front-page. | |||
Use the with <code><nowiki>{{pipeline list|short}}</nowiki></code> to remove some of the extraneous elements. This is primarily for the front page. | |||
List follows: | |||
<hr> | |||
{{pipeline list}} | |||
<hr> | |||
{{pipeline list|short}} | |||
<hr> | |||
</noinclude> |
Latest revision as of 03:59, 13 February 2013
A list of the OpenGL rendering pipeline stages, usually used for side-bars or the front-page.
Use the with {{pipeline list|short}}
to remove some of the extraneous elements. This is primarily for the front page.
List follows:
- Vertex Specification
- Vertex Processing
- Vertex Post-Processing
- Primitive Assembly
- Rasterization
- Fragment Shader
- Per-Sample Processing
- Vertex Specification
- Vertex Processing
- Vertex Post-Processing
- Primitive Assembly
- Rasterization
- Fragment Shader
- Per-Sample Processing