7 lines
99 B
GLSL
7 lines
99 B
GLSL
|
|
//#define tWarp // psx texture warp
|
|
|
|
void texture_warp() {
|
|
gl_Position /= abs(gl_Position.w);
|
|
}
|
|
|