summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-03-19 05:44:38 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-03-19 05:44:38 +0100
commit1226b243a240542fdde83cebdc34f50625e619c7 (patch)
treef15166eafc980ce11d0967f067bbc0e53ab0838a /bgfx
parent50e3b68924b9426111afa9bb1742acb00afb70d8 (diff)
Make JSON error checking a lot more verbose
Diffstat (limited to 'bgfx')
-rw-r--r--bgfx/chains/default.json2
-rw-r--r--bgfx/chains/hlsl.json6
-rw-r--r--bgfx/chains/unfiltered.json2
3 files changed, 2 insertions, 8 deletions
diff --git a/bgfx/chains/default.json b/bgfx/chains/default.json
index 98393171372..fca46a0159e 100644
--- a/bgfx/chains/default.json
+++ b/bgfx/chains/default.json
@@ -3,7 +3,7 @@
"targets": [
{ "name": "temp",
"mode": "guest",
- "bilinear": false
+ "bilinear": true
},
{ "name": "screen",
"mode": "native"
diff --git a/bgfx/chains/hlsl.json b/bgfx/chains/hlsl.json
index 3672cbd9b4a..784a51c011b 100644
--- a/bgfx/chains/hlsl.json
+++ b/bgfx/chains/hlsl.json
@@ -80,12 +80,6 @@
{ "name": "screen",
"mode": "native",
"doublebuffer": true
- },
- { "name": "bloom",
- "mode": "guest",
- "prescale": true,
- "doublebuffer": true,
- "pyramid": true
}
],
"passes": [
diff --git a/bgfx/chains/unfiltered.json b/bgfx/chains/unfiltered.json
index 467b5cd67f4..63eed75a575 100644
--- a/bgfx/chains/unfiltered.json
+++ b/bgfx/chains/unfiltered.json
@@ -3,7 +3,7 @@
"targets": [
{ "name": "temp",
"mode": "guest",
- "bilinear": true
+ "bilinear": false
},
{ "name": "screen",
"mode": "native"