summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/chains/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/chains/default.json')
-rw-r--r--bgfx/chains/default.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/bgfx/chains/default.json b/bgfx/chains/default.json
index fca46a0159e..f620ce93855 100644
--- a/bgfx/chains/default.json
+++ b/bgfx/chains/default.json
@@ -4,9 +4,6 @@
{ "name": "temp",
"mode": "guest",
"bilinear": true
- },
- { "name": "screen",
- "mode": "native"
}
],
"passes": [
@@ -22,8 +19,7 @@
"input": [
{ "sampler": "s_tex", "texture": "temp" }
],
- "output": "screen"
+ "output": "output"
}
- ],
- "output": "screen"
+ ]
} \ No newline at end of file