summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/chains/unfiltered.json
blob: d17a01f412bb6acfaf1559be327c8ef739e01d8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{   "name": "Default Nearest-Neighbor Filter",
	"author": "Ryan Holtz",
	"passes": [
		{   "effect": "misc/blit",
			"applytint": true,
			"name": "Unfiltered Upscale",
			"input": [
				{ "sampler": "s_tex", "texture": "screen" }
			],
			"output": "output"
		}
	]
}