summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/chains/xbr/xbr-lv2-accuracy-smart-blur.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/chains/xbr/xbr-lv2-accuracy-smart-blur.json')
-rw-r--r--bgfx/chains/xbr/xbr-lv2-accuracy-smart-blur.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/bgfx/chains/xbr/xbr-lv2-accuracy-smart-blur.json b/bgfx/chains/xbr/xbr-lv2-accuracy-smart-blur.json
new file mode 100644
index 00000000000..d37d687f7a0
--- /dev/null
+++ b/bgfx/chains/xbr/xbr-lv2-accuracy-smart-blur.json
@@ -0,0 +1,47 @@
+// license:GPL-2.0+
+// copyright-holders:Hyllian
+
+{
+ "name": "xBR-lv2 Accuracy w/ Smart Blur",
+ "author": "Hyllian",
+ "targets": [
+ {
+ "name": "internal",
+ "mode": "guest",
+ "bilinear": false,
+ "doublebuffer": true
+ },
+ {
+ "name": "native",
+ "mode": "native",
+ "bilinear": true,
+ "doublebuffer": true
+ }
+ ],
+ "passes": [
+ {
+ "effect": "xbr/xbr-lv2-multipass/xbr-lv2-accuracy-pass0",
+ "name": "Pass 0",
+ "input": [
+ { "sampler": "decal", "texture": "screen" }
+ ],
+ "output": "internal"
+ },
+ {
+ "effect": "xbr/xbr-lv2-multipass/xbr-lv2-accuracy-pass1",
+ "name": "Pass 1",
+ "input": [
+ { "sampler": "decal", "target": "internal" }
+ ],
+ "output": "native"
+ },
+ {
+ "effect": "blurs/smart-blur",
+ "name": "Blur Pass",
+ "input": [
+ { "sampler": "s_p", "target": "native" }
+ ],
+ "output": "output"
+ }
+ ]
+} \ No newline at end of file