1
0

5 lines
70 B
Plaintext
Raw Normal View History

2021-02-13 22:16:18 +01:00
void main(void)
{
gl_Position = mWorldViewProj * inVertexPosition;
}