summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/gui_multiply.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/effects/gui_multiply.json')
-rw-r--r--bgfx/effects/gui_multiply.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/bgfx/effects/gui_multiply.json b/bgfx/effects/gui_multiply.json
index 14551be8190..15ac24c91a9 100644
--- a/bgfx/effects/gui_multiply.json
+++ b/bgfx/effects/gui_multiply.json
@@ -7,24 +7,24 @@
//
//============================================================
{
- "blend": {
- "equation": "add",
- "srcColor": "dstcolor",
- "dstColor": "0",
- "srcAlpha": "dstalpha",
- "dstAlpha": "0"
- },
- "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": "dstcolor",
+ "dstColor": "0",
+ "srcAlpha": "dstalpha",
+ "dstAlpha": "0"
+ },
+ "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 ] }
+ ]
+}