share/hedgewars/Data/Shaders/water.fs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 14:59:46 +0200
changeset 15403 09b63f9032f4
parent 12884 286e170f4f6b
permissions -rw-r--r--
Racer: Disable other ammos in waypoint placement phase

#ifdef GL_ES
precision mediump float;
#endif

varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}