6 lines
87 B
GLSL
6 lines
87 B
GLSL
void main()
|
|
{
|
|
gl_TexCoord[0].xy = gl_Vertex.xy;
|
|
gl_Position = ftransform();
|
|
}
|
|
|