summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/effects/blit.json
blob: 2d2d281df62f1412b60de2dd121899fcf4e92b12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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": "vs_blit",
    "fragment": "fs_blit",
    "uniforms": [
    	{ "name": "s_tex",   "type": "int",  "values": [ 1.0 ] }
    ]
}