Next: , Previous: , Up: Graphics   [Contents][Index]


2.4.8 Shaders

Shaders are programs for the GPU to evaluate. They are written in the OpenGL Shading Language, or GLSL. Chickadee does not currently provide a Scheme-like domain specific language for writing shaders. Since shaders must be written in GLSL and not Scheme, they are considered an advanced feature.