blob: 6a65031f349137c85544655c5827ac39de157e2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{ "name": "Default Nearest-Neighbor Filter",
"author": "Ryan Holtz",
"passes": [
{ "effect": "misc/blit",
"name": "Unfiltered Upscale",
"input": [
{ "sampler": "s_tex", "texture": "screen" }
],
"output": "output"
}
]
}
|