kwin/effects/data/lookingglass.vert

7 lines
87 B
GLSL

void main()
{
gl_TexCoord[0].xy = gl_Vertex.xy;
gl_Position = ftransform();
}