I need an example pixel shader implementation for jogl(or ogl in c or c++).
It needs to use gl_fragment_program, since I want it to run on old machines with old graphics cards.
Any fullscreen effect shaders should be ok, 2xsai,antialias,eagle <- things like that. Bloom would be nice too.
Please help, I really wanna see shaders come into my jogl game.