no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-21 14:29:32 +03:00
parent f73530a575
commit d442813de8
2 changed files with 24 additions and 2 deletions

View File

@@ -2,11 +2,13 @@ in vec2 texCoord;
out vec4 fragColor;
uniform sampler2D tex;
uniform float trg_w;
uniform float trg_h;
// Emulated input resolution.
vec2 res=vec2(256.0,144.0);
vec2 trg=res*4.0;
vec2 trg=vec2(trg_w, trg_h);
// Hardness of scanline.
// -8.0 = soft