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