X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=builtin_data%2F_bloom_combine.glsl;h=be561af1eab987d67cf33d6908696a449a6d1106;hp=641459bec38b2379bf06c190632f4cf7fe39e3b0;hb=d4312ccb1a73acecc57394b2c5230083b1f8b6a1;hpb=02918a66cd589e3f73810a51f8cd62e7441e310d diff --git a/builtin_data/_bloom_combine.glsl b/builtin_data/_bloom_combine.glsl index 641459be..be561af1 100644 --- a/builtin_data/_bloom_combine.glsl +++ b/builtin_data/_bloom_combine.glsl @@ -1,7 +1,8 @@ -import postprocess; +import flat_effect; import _bloom; #pragma MSP stage(fragment) +layout(location=0) out vec4 frag_color; void main() { frag_color = mix(texture(source, texcoord), texture(blurred, texcoord), strength);