mame/bgfx/effects/gui_add.json
2016-02-21 03:03:23 +01:00

22 lines
427 B
JSON

{
"blend": {
"equation": "add",
"srcColor": "srcAlpha",
"dstColor": "1",
"srcAlpha": "srcAlpha",
"dstAlpha": "1"
},
"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 ] }
]
}