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

8 lines
99 B
GLSL
Raw Normal View History

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