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