-bgfx: Corrected hlsl.json to apply the intended screen tint. [Ryan Holtz]
This commit is contained in:
parent
520e5aea0d
commit
3fa3969c9b
@ -204,6 +204,7 @@
|
|||||||
"input": [
|
"input": [
|
||||||
{ "sampler": "s_tex", "texture": "screen" }
|
{ "sampler": "s_tex", "texture": "screen" }
|
||||||
],
|
],
|
||||||
|
"applytint": true,
|
||||||
"output": "ntsc"
|
"output": "ntsc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -348,6 +349,7 @@
|
|||||||
"input": [
|
"input": [
|
||||||
{ "sampler": "s_tex", "texture": "screen" }
|
{ "sampler": "s_tex", "texture": "screen" }
|
||||||
],
|
],
|
||||||
|
"applytint": true,
|
||||||
"output": "guest"
|
"output": "guest"
|
||||||
},
|
},
|
||||||
{ "effect": "hlsl/color",
|
{ "effect": "hlsl/color",
|
||||||
|
Loading…
Reference in New Issue
Block a user