mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 16:35:27 +00:00
8dcb8601a2
Hopefully this is the first and last time we have to do this.
4 lines
94 B
GLSL
4 lines
94 B
GLSL
void main(void)
|
|
{
|
|
gl_Position = ftransform(); // gl_ModelViewProjectionMatrix * gl_Vertex;
|
|
} |