summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/chains/default.json
blob: b25388c3735d46de54425e951963e1592e48fbf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{	"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"
		}
	]
}