mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix Scanlines for Android
This commit is contained in:
parent
3c3178e4a0
commit
2f95aef77c
1 changed files with 0 additions and 5 deletions
|
@ -1,11 +1,6 @@
|
|||
// Simple Scanlines shader, created to use in PPSSPP.
|
||||
// Looks good at Internal resolution same as viewport.
|
||||
|
||||
#ifdef GL_ES
|
||||
precision mediump float;
|
||||
precision mediump int;
|
||||
#endif
|
||||
|
||||
#define PI 3.14159
|
||||
|
||||
uniform sampler2D sampler0;
|
||||
|
|
Loading…
Add table
Reference in a new issue