• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "entryPoints" : [
3        {
4            "name" : "main",
5            "mode" : "frag"
6        }
7    ],
8    "outputs" : [
9        {
10            "type" : "float",
11            "name" : "FragColor",
12            "location" : 0
13        }
14    ],
15    "separate_images" : [
16        {
17            "type" : "texture2D",
18            "name" : "uDepth",
19            "set" : 0,
20            "binding" : 2
21        }
22    ],
23    "separate_samplers" : [
24        {
25            "type" : "sampler",
26            "name" : "uSampler",
27            "set" : 0,
28            "binding" : 0
29        },
30        {
31            "type" : "sampler",
32            "name" : "uSampler1",
33            "set" : 0,
34            "binding" : 1
35        }
36    ]
37}