846496d2c1
its own directory, cleaned up the effect config macros and renamed "MakeTransparent" to "Translucency" so that it matches its visible name. svn path=/trunk/KDE/kdebase/workspace/; revision=921749
7 lines
91 B
GLSL
7 lines
91 B
GLSL
varying vec2 pos;
|
|
|
|
void main()
|
|
{
|
|
pos = gl_Vertex.xy;
|
|
gl_Position = ftransform();
|
|
}
|