9 lines
96 B
GLSL
Raw Normal View History

void main(void)
{
gl_TexCoord[0] = gl_MultiTexCoord0;
gl_Position = ftransform();
}