summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/misc/saturation.json
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-08-20 05:47:40 +1000
committer Vas Crabb <vas@vastheman.com>2021-08-20 05:52:27 +1000
commit0c49c74ada4fee63f0bfd14710a437b23fe57991 (patch)
treef24d8b14d52ce0efac60e744651e3e0ec3d8f9d1 /bgfx/effects/misc/saturation.json
parent59c4e5fed6f40e9234a46451dc255266101757cb (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.json44
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 ] }
+ ]
+}