From 86917b07399f48a4c502c15d6103ad8422f8928a Mon Sep 17 00:00:00 2001 From: HyperspaceMadness Date: Sun, 18 Sep 2022 10:42:10 -0400 Subject: [PATCH] Added presets for sharpsmoother and smart-blur so they can be easily tested by users --- blurs/sharpsmoother.slangp | 3 +++ blurs/smart-blur.slangp | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 blurs/sharpsmoother.slangp create mode 100644 blurs/smart-blur.slangp diff --git a/blurs/sharpsmoother.slangp b/blurs/sharpsmoother.slangp new file mode 100644 index 0000000..336eb04 --- /dev/null +++ b/blurs/sharpsmoother.slangp @@ -0,0 +1,3 @@ +shaders = 1 + +shader0 = "sharpsmoother.slang" \ No newline at end of file diff --git a/blurs/smart-blur.slangp b/blurs/smart-blur.slangp new file mode 100644 index 0000000..60fb407 --- /dev/null +++ b/blurs/smart-blur.slangp @@ -0,0 +1,3 @@ +shaders = 1 + +shader0 = "smart-blur.slang" \ No newline at end of file