mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"blend": {
|
|
"equation": "add",
|
|
"srcColor": "dstColor",
|
|
"dstColor": "0",
|
|
"srcAlpha": "dstAlpha",
|
|
"dstAlpha": "0"
|
|
},
|
|
"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 ] }
|
|
]
|
|
} |