mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
18 lines
310 B
JSON
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"
|
|
}
|
|
]
|
|
} |