mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-08 00:32:06 +00:00
It still looks like shit and only works on the modern render path but at least the basics are working.
6 lines
83 B
Text
6 lines
83 B
Text
|
|
void main()
|
|
{
|
|
gl_TexCoord[0] = gl_MultiTexCoord0;
|
|
gl_Position = ftransform();
|
|
}
|