MAME/bgfx/chains/unfiltered.json
2026-05-23 01:35:04 +10:00

13 lines
246 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"
}
]
}