1
0
2021-02-14 09:58:28 +01:00

5 lines
70 B
GLSL

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