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