mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
b34d7f9e08
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();
|
|
}
|