9 lines
96 B
GLSL
9 lines
96 B
GLSL
|
|
|
|
|
|
void main(void)
|
|
{
|
|
gl_TexCoord[0] = gl_MultiTexCoord0;
|
|
gl_Position = ftransform();
|
|
}
|