add motion vectors to all shaders
[carveJwlIkooP6JGAAIwe30JlM.git] / shaders / vg / terrain.vs.glsl
1 uniform mat4x3 uMdl;
2
3 void main()
4 {
5
6 }