mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 15:06:58 +00:00
4 lines
94 B
GLSL
4 lines
94 B
GLSL
void main(void)
|
|
{
|
|
gl_Position = ftransform(); // gl_ModelViewProjectionMatrix * gl_Vertex;
|
|
} |