mame/bgfx/chains/unfiltered.json
2016-04-25 02:12:59 +02:00

12 lines
No EOL
241 B
JSON

{ "name": "Default Nearest-Neighbor Filter",
"author": "Ryan Holtz",
"passes": [
{ "effect": "misc/blit",
"name": "Unfiltered Upscale",
"input": [
{ "sampler": "s_tex", "texture": "screen" }
],
"output": "output"
}
]
}