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/gui_add.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/gui_add.json')
-rw-r--r-- | bgfx/effects/gui_add.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/bgfx/effects/gui_add.json b/bgfx/effects/gui_add.json index bff6517b739..8b5da4998a1 100644 --- a/bgfx/effects/gui_add.json +++ b/bgfx/effects/gui_add.json @@ -7,24 +7,24 @@ // //============================================================ { - "blend": { - "equation": "add", - "srcColor": "srcalpha", - "dstColor": "1", - "srcAlpha": "srcalpha", - "dstAlpha": "1" - }, - "depth": { - "function": "always" - }, - "cull": { "mode": "none" }, - "write": { - "rgb": true, - "alpha": true - }, - "vertex": "vs_gui", - "fragment": "fs_gui", - "uniforms": [ - { "name": "s_tex", "type": "int", "values": [ 1.0 ] } - ] -}
\ No newline at end of file + "blend": { + "equation": "add", + "srcColor": "srcalpha", + "dstColor": "1", + "srcAlpha": "srcalpha", + "dstAlpha": "1" + }, + "depth": { + "function": "always" + }, + "cull": { "mode": "none" }, + "write": { + "rgb": true, + "alpha": true + }, + "vertex": "vs_gui", + "fragment": "fs_gui", + "uniforms": [ + { "name": "s_tex", "type": "int", "values": [ 1.0 ] } + ] +} |