mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-03 09:22:31 +00:00
7 lines
83 B
Text
7 lines
83 B
Text
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_TexCoord[0] = gl_MultiTexCoord0;
|
||
|
gl_Position = ftransform();
|
||
|
}
|