Introduction - If you have any usage issues, please Google them yourself
Creates, compiles and links two simple shaders. The vertex shader mimics the fixed function
* pipeline and computes standard model view projection transformations. The fragment shader sets
* the colour of fragments by reading the current glColor() value.
*
* Uses OpenGL 2 instead of ARB extensions.
*
* @author Ciardhubh