mame/bgfx/chains/default.json
therealmogminer@gmail.com f5aa86dfc6 Checkpoint 1, nw
2016-04-21 15:48:29 +02:00

18 lines
310 B
JSON

{ "name": "Default Bilinear Filter",
"author": "Ryan Holtz",
"targets": [
{ "name": "temp",
"mode": "guest",
"bilinear": true
}
],
"passes": [
{ "effect": "misc/blit",
"name": "Final Upscale",
"input": [
{ "sampler": "s_tex", "texture": "screen" }
],
"output": "output"
}
]
}