OpenGL Headline News
GLSL Tutorial adds more shader examples
Category: Developers •
Feb 09, 2005
This OpenGL Shading Lanugage tutorial has been updated with three simple shaders that show some of the specifics of OpenGL Shading Lanugage shader programming, namely communication between the vertex and fragment shader and access to the OpenGL state. It also shows a difference between computing things in the vertex shader vs. the fragment shader.
