1
0
mirror of https://github.com/MCLx86/xtreemtest.git synced 2025-04-05 09:47:44 +02:00
2022-10-08 17:16:13 -04:00

5 lines
70 B
GLSL

void main(void)
{
gl_Position = mWorldViewProj * inVertexPosition;
}