-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": [
|
||||
{ "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",
|
||||
|
Loading…
Reference in New Issue
Block a user