]> git.sesse.net Git - movit/blob - identity.vert
Revert "Move calculation of normalized position for the vignette into the vertex...
[movit] / identity.vert
1 // Identity transformation (sometimes useful to do nothing).
2 vec2 FUNCNAME()
3 {
4         return LAST_INPUT();
5 }