Posts Tagged “GLSL”
Cartoon Shader using GLSL
by enum on May 14, 2010
Here is an example of a shader written in the OpenGL Shading Language (GLSL). It is very simple shader, only assigning 4 different color values, yet the result is pretty cool. I’ll post the link to the source code once (…)