e979de43fb
Soon we'll have more silly effects than Beryl/Compiz ;-) svn path=/branches/work/kwin_composite/; revision=655575
7 lines
91 B
GLSL
7 lines
91 B
GLSL
varying vec2 pos;
|
|
|
|
void main()
|
|
{
|
|
pos = gl_Vertex.xy;
|
|
gl_Position = ftransform();
|
|
}
|