summaryrefslogtreecommitdiffstats
path: root/tests/reflection/thread-group-size.hlsl.expected
blob: 2f49623d76928dbe08b06693e080ce51ef7415b4 (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
result code = 0
standard error = {
}
standard output = {
{
    "parameters": [
        {
            "name": "b",
            "binding": {"kind": "unorderedAccess", "index": 0},
            "type": {
                "kind": "resource",
                "baseShape": "structuredBuffer",
                "access": "readWrite",
                "resultType": {
                    "kind": "scalar",
                    "scalarType": "float32"
                }
            }
        }
    ],
    "entryPoints": [
        {
            "name": "main",
            "stage": "compute",
            "parameters": [
                {
                    "name": "tid",
                    "semanticName": "SV_DISPATCHTHREADID",
                    "type": {
                        "kind": "vector",
                        "elementCount": 3,
                        "elementType": {
                            "kind": "scalar",
                            "scalarType": "uint32"
                        }
                    }
                }
            ],
            "threadGroupSize": [3, 5, 7]
        }
    ]
}
}