5af2cb8dda
Also requires shaders and shortcut is Ctrl+F7 for now. svn path=/trunk/KDE/kdebase/workspace/; revision=683165
6 lines
87 B
GLSL
6 lines
87 B
GLSL
void main()
|
|
{
|
|
gl_TexCoord[0].xy = gl_Vertex.xy;
|
|
gl_Position = ftransform();
|
|
}
|
|
|