From bada8fb2341d9ee791ab55651f34dd88d77ac7f1 Mon Sep 17 00:00:00 2001 From: hunterk Date: Thu, 1 Jun 2017 21:18:32 -0500 Subject: [PATCH] update crt-lottes-multipass preset --- crt/crt-lottes-multipass.slangp | 56 ++----------------- .../old/crt-lottes-multipass-old.slangp | 2 +- 2 files changed, 5 insertions(+), 53 deletions(-) diff --git a/crt/crt-lottes-multipass.slangp b/crt/crt-lottes-multipass.slangp index befe132..c61b95e 100644 --- a/crt/crt-lottes-multipass.slangp +++ b/crt/crt-lottes-multipass.slangp @@ -1,55 +1,7 @@ -shaders = 10 +shaders = 2 -shader0 = shaders/crt-lottes-multipass/linearize.slang +shader0 = shaders/crt-lottes-multipass/bloompass.slang +alias0 = BloomPass srgb_framebuffer0 = true -alias0 = "REFERENCE" -shader1 = shaders/crt-lottes-multipass/horz3minus1.slang -srgb_framebuffer1 = true -scale_type1 = source -filter_linear1 = true -alias1 = horz3minus1 - -shader2 = shaders/crt-lottes-multipass/horz3plus1.slang -srgb_framebuffer2 = true -scale_type2 = source -filter_linear2 = true -alias2 = horz3plus1 - -shader3 = shaders/crt-lottes-multipass/horz5minus2.slang -srgb_framebuffer3 = true -scale_type3 = source -filter_linear3 = true -alias3 = horz5minus2 - -shader4 = shaders/crt-lottes-multipass/horz5.slang -srgb_framebuffer4 = true -scale_type4 = source -filter_linear4 = true -alias4 = horz5 - -shader5 = shaders/crt-lottes-multipass/horz5plus2.slang -srgb_framebuffer5 = true -scale_type5 = source -filter_linear5 = true -alias5 = horz5plus2 - -shader6 = shaders/crt-lottes-multipass/horz7minus1.slang -srgb_framebuffer6 = true -scale_type6 = source -filter_linear6 = true -alias6 = horz7minus1 - -shader7 = shaders/crt-lottes-multipass/horz7.slang -srgb_framebuffer7 = true -scale_type7 = source -filter_linear7 = true -alias7 = horz7 - -shader8 = shaders/crt-lottes-multipass/horz7plus1.slang -srgb_framebuffer8 = true -scale_type8 = source -filter_linear8 = true -alias8 = horz7plus1 - -shader9 = shaders/crt-lottes-multipass/crt-lottes-multipass.slang \ No newline at end of file +shader1 = shaders/crt-lottes-multipass/scanpass.slang diff --git a/crt/shaders/crt-lottes-multipass/old/crt-lottes-multipass-old.slangp b/crt/shaders/crt-lottes-multipass/old/crt-lottes-multipass-old.slangp index e54c168..ecb671e 100644 --- a/crt/shaders/crt-lottes-multipass/old/crt-lottes-multipass-old.slangp +++ b/crt/shaders/crt-lottes-multipass/old/crt-lottes-multipass-old.slangp @@ -52,4 +52,4 @@ scale_type8 = source filter_linear8 = true alias8 = horz7plus1 -shader9 = crt-lottes-multipass.slang \ No newline at end of file +shader9 = crt-lottes-multipass.slang