mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-01-19 06:28:47 +01:00
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
void main(void)
|
||
|
{
|
||
|
gl_Position = mWorldViewProj * inVertexPosition;
|
||
|
}
|