diff options
-rw-r--r-- | bgfx/chains/hlsl.json | 2 |
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", |