mame/bgfx/effects/xbr/xbr-hybrid/2xbr-hybrid-v2-gamma.json
Vas Crabb 0c49c74ada srcclean: Added JSON cleaning support, and some cleanup.
Made pbobble parent of bublbust, as it seems to be more widespread and
more complete.  Also fixed some ROM labels for bublbust.

Made tbyahhoo parent of mtwinbee as the latter has substantial content
removed rather than being localised, making it less complete.

Applied srcclean to JSON files in bgfx subtree.
2021-08-20 05:52:27 +10:00

36 lines
727 B
JSON

// license:GPL-2.0+
// copyright-holders:Hyllian
/*
Hyllian's 2xBR v3.8c+ReverseAA (squared) Shader - beta1
Copyright (C) 2011/2012 Hyllian/Jararaca - sergiogdb@gmail.com
*/
{
"blend": {
"equation": "add",
"srcColor": "1",
"dstColor": "0",
"srcAlpha": "1",
"dstAlpha": "0"
},
"depth": {
"function": "always",
"writeenable": false
},
"cull": {
"mode": "none"
},
"write": {
"rgb": true,
"alpha": true
},
"vertex": "chains/xbr/xbr-hybrid/vs_2xbr-hybrid-v2-gamma",
"fragment": "chains/xbr/xbr-hybrid/fs_2xbr-hybrid-v2-gamma",
"uniforms": [
{ "name": "decal", "type": "int", "values": [ 1.0 ] },
{ "name": "u_tex_size0", "type": "vec4", "values": [ 1.0, 1.0, 0.0, 0.0 ] }
]
}