summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-06-20 15:42:50 +0200
committer Ryan Holtz <ryan.holtz@arrowheadgs.com>2020-06-20 15:42:50 +0200
commit3fa3969c9bd2fb7026bf481de8b46bad1bf8ec2c (patch)
tree62599f34303074a338326d497fcaac18e31512eb
parent520e5aea0d2e7c1abb69268a6d92e532fbe4b783 (diff)
-bgfx: Corrected hlsl.json to apply the intended screen tint. [Ryan Holtz]
-rw-r--r--bgfx/chains/hlsl.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgfx/chains/hlsl.json b/bgfx/chains/hlsl.json
index 4bf753557fa..5af4ca79f95 100644
--- a/bgfx/chains/hlsl.json
+++ b/bgfx/chains/hlsl.json
@@ -204,6 +204,7 @@
"input": [
{ "sampler": "s_tex", "texture": "screen" }
],
+ "applytint": true,
"output": "ntsc"
},
{
@@ -348,6 +349,7 @@
"input": [
{ "sampler": "s_tex", "texture": "screen" }
],
+ "applytint": true,
"output": "guest"
},
{ "effect": "hlsl/color",