mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"blend": {
|
|
"equation": "add",
|
|
"srcColor": "1",
|
|
"dstColor": "0",
|
|
"srcAlpha": "1",
|
|
"dstAlpha": "0"
|
|
},
|
|
"depth": {
|
|
"function": "always"
|
|
},
|
|
"cull": { "mode": "none" },
|
|
"write": {
|
|
"rgb": "true",
|
|
"alpha": "true"
|
|
},
|
|
"vertex": "vs_phosphor",
|
|
"fragment": "fs_phosphor",
|
|
"uniforms": [
|
|
{ "name": "s_tex", "type": "int", "values": [ 1.0 ] },
|
|
{ "name": "s_prev", "type": "int", "values": [ 1.0 ] },
|
|
{ "name": "u_passthrough", "type": "vec4", "values": [ 1.0, 0.0, 0.0, 0.0 ] },
|
|
{ "name": "u_phosphor", "type": "vec4", "values": [ 0.7, 0.7, 0.7, 0.0 ] }
|
|
]
|
|
} |