mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
12 lines
No EOL
241 B
JSON
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"
|
|
}
|
|
]
|
|
} |