kwin/effects/data/liquid.vert

8 lines
91 B
GLSL

varying vec2 pos;
void main()
{
pos = gl_Vertex.xy;
gl_Position = ftransform();
}