aeon-199x/shaders/module/texture_warp.vert

7 lines
99 B
GLSL

//#define tWarp // psx texture warp
void texture_warp() {
gl_Position /= abs(gl_Position.w);
}