X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=shaderlib%2Fpostprocess.glsl;h=ff395cdec52193ab4cc73f48350b871094db7bbc;hb=56c3e1bc5e6cf7d081c544bfedbfa436ec5d963f;hp=cb65794793e5a5190474c0273f1a6da45aab5597;hpb=e55f79ccb21e8c1be3d86f127e3ec1583e58ce92;p=libs%2Fgl.git diff --git a/shaderlib/postprocess.glsl b/shaderlib/postprocess.glsl index cb657947..ff395cde 100644 --- a/shaderlib/postprocess.glsl +++ b/shaderlib/postprocess.glsl @@ -6,6 +6,7 @@ void main() { gl_Position = vertex; out vec2 texcoord = vertex.xy*0.5+0.5; + passthrough; } ////// fragment