summaryrefslogtreecommitdiffstats
path: root/tests/reflection/thread-group-size.comp.expected
blob: ea7e9785133c6a5ead6e9c20008a31f192a15d40 (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
result code = 0
standard error = {
}
standard output = {
{
    "parameters": [
        {
            "name": "B",
            "binding": {"kind": "descriptorTableSlot", "index": 0},
            "type": {
                "kind": "shaderStorageBuffer",
                "elementType": {
                    "kind": "struct",
                    "fields": [
                        {
                            "name": "b",
                            "type": {
                                "kind": "array",
                                "elementCount": 0,
                                "elementType": {
                                    "kind": "scalar",
                                    "scalarType": "float32"
                                }
                            },
                            "bindings": [

                            ]
                        }
                    ]
                }
            }
        }
    ],
    "entryPoints": [
        {
            "name": "main",
            "stage:": "compute",
            "threadGroupSize": [3, 5, 7]
        }
    ]
}
}