summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/pillarbox_right_horizontal/saturation.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/effects/pillarbox_right_horizontal/saturation.json')
-rw-r--r--bgfx/effects/pillarbox_right_horizontal/saturation.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/bgfx/effects/pillarbox_right_horizontal/saturation.json b/bgfx/effects/pillarbox_right_horizontal/saturation.json
deleted file mode 100644
index 18a416ebd8e..00000000000
--- a/bgfx/effects/pillarbox_right_horizontal/saturation.json
+++ /dev/null
@@ -1,30 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Ryan Holtz
-//============================================================
-//
-// saturation.json: Applies saturation to an image.
-//
-//============================================================
-{
- "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/pillarbox_right_horizontal/vs_saturation",
- "fragment": "chains/pillarbox_right_horizontal/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