summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx/chains/supereagle.json
blob: 0f12a85e095df376b8ba99e3de1b6dc3d7fcb9ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// license:GPL-2.0+
// copyright-holders:The DOSBox Team

/*              SuperEagle code               */
/*  Copied from the Dosbox source code        */
/*  Copyright (C) 2002-2007  The DOSBox Team  */
/*  License: GNU-GPL                          */
/*  Adapted by guest(r) on 16.4.2007          */    

{
	"name": "Super Eagle",
	"author": "Shader version by The DOSBox Team",
	"targets": [
		{
			"name": "scaled_out",
			"mode": "guest",
			"scale": 2,
			"doublebuffer": true
		},
		{
			"name": "internal",
			"mode": "native",
			"doublebuffer": true
		}
	],
	"passes": [
		{
			"effect": "supereagle/supereagle",
			"name": "Super Eagle pass",
			"input": [
				{ "sampler": "decal", "texture": "screen" },
				{ "sampler": "LUT",   "texture": "bgfx/chains/hq2x.png", "bilinear": true }
			],
			"output": "scaled_out"
		},
		{	"effect": "hq2x/blit",
			"name": "Final Blit",
			"input": [
				{ "sampler": "s_tex", "target": "scaled_out" }
			],
			"output": "output"
		}
	]
}