summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/screen_opaque.json
diff options
context:
space:
mode:
Diffstat (limited to 'bgfx/effects/screen_opaque.json')
-rw-r--r--bgfx/effects/screen_opaque.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/bgfx/effects/screen_opaque.json b/bgfx/effects/screen_opaque.json
index 6e9dc300cde..928ffdc5462 100644
--- a/bgfx/effects/screen_opaque.json
+++ b/bgfx/effects/screen_opaque.json
@@ -8,24 +8,24 @@
//
//============================================================
{
- "blend": {
- "equation": "add",
- "srcColor": "1",
- "dstColor": "0",
- "srcAlpha": "1",
- "dstAlpha": "0"
- },
- "depth": {
- "function": "always"
- },
- "cull": { "mode": "none" },
- "write": {
- "rgb": true,
- "alpha": true
- },
- "vertex": "vs_screen",
- "fragment": "fs_screen",
- "uniforms": [
- { "name": "s_tex", "type": "int", "values": [ 1.0 ] }
- ]
-} \ No newline at end of file
+ "blend": {
+ "equation": "add",
+ "srcColor": "1",
+ "dstColor": "0",
+ "srcAlpha": "1",
+ "dstAlpha": "0"
+ },
+ "depth": {
+ "function": "always"
+ },
+ "cull": { "mode": "none" },
+ "write": {
+ "rgb": true,
+ "alpha": true
+ },
+ "vertex": "vs_screen",
+ "fragment": "fs_screen",
+ "uniforms": [
+ { "name": "s_tex", "type": "int", "values": [ 1.0 ] }
+ ]
+}