summaryrefslogtreecommitdiffstats
path: root/tests/python_build/fixtures/gles3/vertex_fragment_expected_parts.json
blob: eaeb5981c0f908500006bbb23af97ebf710f904a (plain)
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
45
46
47
48
49
50
51
52
{
  "vertex_lines": [
	"",
	"precision highp float;",
	"precision highp int;",
	"",
	"layout(location = 0) in highp vec3 vertex;",
	"",
	"out highp vec4 position_interp;",
	"",
	"void main() {",
	"\tposition_interp = vec4(vertex.x,1,0,1);",
	"}",
	""
  ],
  "fragment_lines": [
	"",
	"precision highp float;",
	"precision highp int;",
	"",
	"in highp vec4 position_interp;",
	"",
	"void main() {",
	"\thighp float depth = ((position_interp.z / position_interp.w) + 1.0);",
	"\tfrag_color = vec4(depth);",
	"}"
  ],
  "uniforms": [],
  "fbos": [],
  "texunits": [],
  "texunit_names": [],
  "ubos": [],
  "ubo_names": [],
  "vertex_included_files": [],
  "fragment_included_files": [],
  "reading": "fragment",
  "line_offset": 33,
  "vertex_offset": 10,
  "fragment_offset": 23,
  "variant_defines": [
	"#define USE_NINEPATCH"
  ],
  "variant_names": [
	"MODE_NINEPATCH"
  ],
  "specialization_names": [
	"DISABLE_LIGHTING"
  ],
  "specialization_values": [
	" false\n"
  ]
}