mame/bgfx/effects/blit.json
2016-02-27 16:11:01 +01:00

22 lines
449 B
JSON

{
"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 ] }
]
}