diff options
author | 2021-08-20 05:47:40 +1000 | |
---|---|---|
committer | 2021-08-20 05:52:27 +1000 | |
commit | 0c49c74ada4fee63f0bfd14710a437b23fe57991 (patch) | |
tree | f24d8b14d52ce0efac60e744651e3e0ec3d8f9d1 /bgfx/effects/misc/saturation.json | |
parent | 59c4e5fed6f40e9234a46451dc255266101757cb (diff) |
srcclean: Added JSON cleaning support, and some cleanup.
Made pbobble parent of bublbust, as it seems to be more widespread and
more complete. Also fixed some ROM labels for bublbust.
Made tbyahhoo parent of mtwinbee as the latter has substantial content
removed rather than being localised, making it less complete.
Applied srcclean to JSON files in bgfx subtree.
Diffstat (limited to 'bgfx/effects/misc/saturation.json')
-rw-r--r-- | bgfx/effects/misc/saturation.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/bgfx/effects/misc/saturation.json b/bgfx/effects/misc/saturation.json index 1708dcee6d4..bdd8fe1e6e2 100644 --- a/bgfx/effects/misc/saturation.json +++ b/bgfx/effects/misc/saturation.json @@ -6,25 +6,25 @@ // //============================================================ { - "blend": { - "equation": "add", - "srcColor": "srcalpha", - "dstColor": "1-srcalpha", - "srcAlpha": "srcalpha", - "dstAlpha": "1-srcalpha" - }, - "depth": { - "function": "always" - }, - "cull": { "mode": "none" }, - "write": { - "rgb": true, - "alpha": true - }, - "vertex": "chains/misc/vs_saturation", - "fragment": "chains/misc/fs_saturation", - "uniforms": [ - { "name": "s_tex", "type": "int", "values": [ 1.0 ] }, - { "name": "u_saturation", "type": "vec4", "values": [ 1.0, 0.0, 0.0, 0.0 ] } - ] -}
\ No newline at end of file + "blend": { + "equation": "add", + "srcColor": "srcalpha", + "dstColor": "1-srcalpha", + "srcAlpha": "srcalpha", + "dstAlpha": "1-srcalpha" + }, + "depth": { + "function": "always" + }, + "cull": { "mode": "none" }, + "write": { + "rgb": true, + "alpha": true + }, + "vertex": "chains/misc/vs_saturation", + "fragment": "chains/misc/fs_saturation", + "uniforms": [ + { "name": "s_tex", "type": "int", "values": [ 1.0 ] }, + { "name": "u_saturation", "type": "vec4", "values": [ 1.0, 0.0, 0.0, 0.0 ] } + ] +} |