cbb4248a2a
GLSL shaders are supported. Currently disabled when the NVIDIA driver is used because of a driver issue that will need to be worked around. svn path=/trunk/KDE/kdebase/workspace/; revision=1125672
6 lines
143 B
GLSL
6 lines
143 B
GLSL
void main(void)
|
|
{
|
|
gl_TexCoord[0] = gl_TextureMatrix[0] * gl_MultiTexCoord0;
|
|
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
|
}
|
|
|