share/hedgewars/Data/Shaders/water.fs
author unc0rr
Fri, 05 Jan 2018 21:43:33 +0100
branchqmlfrontend
changeset 12877 c9418f57fcbc
parent 11795 2028bd2a6c5b
child 12879 286e170f4f6b
permissions -rw-r--r--
Comment out functions that don't need to be called for engine in frontend window

precision mediump float;

varying vec4 vcolor;


void main()
{
    gl_FragColor = vcolor;
}