share/hedgewars/Data/Shaders/water.fs
author nemo
Tue, 26 Mar 2019 09:59:53 -0400
changeset 14721 f9f71cccb5c3
parent 12879 286e170f4f6b
permissions -rw-r--r--
Mashup of Symbola and DejaVu Bold so that we aren't missing any characters.

#ifdef GL_ES
precision mediump float;
#endif

varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}