2021-08-19 21:47:40 +02:00
|
|
|
{ "name": "Default Nearest-Neighbor Filter",
|
2016-03-18 18:44:39 +01:00
|
|
|
"author": "Ryan Holtz",
|
|
|
|
"targets": [
|
2021-08-19 21:47:40 +02:00
|
|
|
{ "name": "temp",
|
2016-03-18 18:44:39 +01:00
|
|
|
"mode": "guest",
|
2023-01-28 17:59:25 +01:00
|
|
|
"bilinear": true,
|
|
|
|
"user_prescale": true
|
2016-03-18 18:44:39 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"passes": [
|
2021-08-19 21:47:40 +02:00
|
|
|
{ "effect": "misc/blit",
|
2016-04-25 01:05:19 +02:00
|
|
|
"name": "Copy To Filtered Texture",
|
2016-03-18 18:44:39 +01:00
|
|
|
"input": [
|
2016-03-29 11:28:07 +02:00
|
|
|
{ "sampler": "s_tex", "texture": "screen" }
|
2016-03-18 18:44:39 +01:00
|
|
|
],
|
2016-04-25 01:05:19 +02:00
|
|
|
"output": "temp"
|
|
|
|
},
|
2021-08-19 21:47:40 +02:00
|
|
|
{ "effect": "misc/blit",
|
2016-04-25 01:05:19 +02:00
|
|
|
"name": "Final Upscale",
|
|
|
|
"input": [
|
|
|
|
{ "sampler": "s_tex", "target": "temp" }
|
|
|
|
],
|
2016-03-21 03:43:02 +01:00
|
|
|
"output": "output"
|
2016-03-18 18:44:39 +01:00
|
|
|
}
|
2016-03-21 03:43:02 +01:00
|
|
|
]
|
2021-08-19 21:47:40 +02:00
|
|
|
}
|