share/hedgewars/Data/Shaders/water.fs
author Wuzzy <Wuzzy2@mail.ru>
Wed, 14 Feb 2018 02:26:59 +0100
changeset 12991 3ada9fea0d3b
parent 12879 286e170f4f6b
permissions -rw-r--r--
Redo SD water and SD clouds of most themes and apply sd-tint

#ifdef GL_ES
precision mediump float;
#endif

varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}