2016-04-25 01:05:19 +02:00
|
|
|
{ "name": "Default Nearest-Neighbor Filter",
|
2016-03-18 18:44:39 +01:00
|
|
|
"author": "Ryan Holtz",
|
|
|
|
"targets": [
|
|
|
|
{ "name": "temp",
|
|
|
|
"mode": "guest",
|
2016-03-19 05:44:38 +01:00
|
|
|
"bilinear": true
|
2016-03-18 18:44:39 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"passes": [
|
2016-04-21 15:47:50 +02:00
|
|
|
{ "effect": "misc/blit",
|
2019-11-24 15:40:14 +01:00
|
|
|
"applytint": true,
|
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"
|
|
|
|
},
|
|
|
|
{ "effect": "misc/blit",
|
|
|
|
"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
|
|
|
]
|
2016-03-18 18:44:39 +01:00
|
|
|
}
|