Shading languages

From OpenGL Wiki
Jump to navigation Jump to search


Shading languages: General

All shading languages share common features and pretty much do the same thing with more or less restrictions/flexibility. Before delving into the details of any one language one should first understand what a shading language does in general and where it fits/what it replaces in the overall graphics pipeline.

OpenGL Shading Language (GLSL)

This section discusses the OpenGL Shading Language, or GLSL.

Shading languages: Cg

This section discusses NVidia's proprietary Cg Shading language.

SPIR-V

This section discusses SPIR-V, as it can be used in OpenGL.

GLSL : common mistakes

This section discusses common mistakes made when using GLSL.

Selecting a Shading Language

This section looks at each shading language's pros and cons, to help you decide which one is right for your project.

Vertex Texture Fetch

This section looks at how to implement Vertex Texture Fetch.

Texture Sampling

This section looks at what happens when you sample a texture.

Geometry Shaders

Geometry Shaders.

GLSL : recommendations

This section makes a few recommendations.

GLSL : nVidia specific features

This section looks at nVidia specific features.

GLSL : ATI/AMD specific features

This section looks at ATI/AMD specific features.