Fragment Shader: Difference between revisions
Jump to navigation
Jump to search
m Categorizing |
m categorization |
||
Line 4: | Line 4: | ||
[[Category:Shaders]] | [[Category:Shaders]] | ||
[[Category:OpenGL Shading Language]] |
Revision as of 14:21, 26 August 2012
A Fragment Shader is a user-supplied program that, when executed, will process a Fragment from the rasterization process into a set of colors and a single depth value.
This article is a stub. You can help the OpenGL Wiki by expanding it. |