share/hedgewars/Data/Shaders/water.fs
author Wuzzy <Wuzzy2@mail.ru>
Thu, 13 Dec 2018 23:21:19 +0100
changeset 14434 632dfc73cf83
parent 12879 286e170f4f6b
permissions -rw-r--r--
Add more maps and theme credits in credits.csv

#ifdef GL_ES
precision mediump float;
#endif

varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}