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