mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
26 lines
768 B
JSON
26 lines
768 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_ratios",
|
|
"fragment": "fs_ratios",
|
|
"uniforms": [
|
|
{ "name": "s_tex", "type": "int", "values": [ 1.0 ] },
|
|
{ "name": "u_red_ratios", "type": "vec4", "values": [ 1.0, 0.0, 0.0, 1.0 ] },
|
|
{ "name": "u_grn_ratios", "type": "vec4", "values": [ 0.0, 1.0, 0.0, 1.0 ] },
|
|
{ "name": "u_blu_ratios", "type": "vec4", "values": [ 0.0, 0.0, 1.0, 1.0 ] },
|
|
{ "name": "u_ratio_amount", "type": "vec4", "values": [ 1.0, 0.0, 0.0, 0.0 ] }
|
|
]
|
|
} |