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