share/hedgewars/Data/Shaders/water.fs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 12:44:40 +0100
changeset 12956 89930daecaab
parent 12879 286e170f4f6b
permissions -rw-r--r--
Add minigun to scripts. Also add a few missing ammos to BRW and RW

#ifdef GL_ES
precision mediump float;
#endif

varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}