i have posted a rar file which contains a code and if i try to execcute the ocean.exe in the rar file its showing error aas given in the screen shot..
please help me in fixing it...
Posted 23 March 2013 - 09:14 AM
Shaders are not correct, texture2DGrad doesn't exist since GLSL 1.3 - use textureGrad instead, it automatically chooses the dimension based on the sampler you pass as argument.