Portal:OpenGL Concepts/Shaders: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Shader overview.
(No difference)

Revision as of 20:13, 16 February 2013

Certain stages of the rendering pipeline are programmable. The term for a programmable stage of the pipeline is Shader, and the programs that are executed by that pipeline stage are called "Shaders".

In OpenGL, shaders are written in the OpenGL Shading Language. Many OpenGL implementations offer extensions that provide alternative languages.