mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 07:35:31 +00:00
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
|
void main(void)
|
||
|
{
|
||
|
gl_Position = ftransform(); // gl_ModelViewProjectionMatrix * gl_Vertex;
|
||
|
}
|