summaryrefslogtreecommitdiffstats
path: root/tests/reflection/thread-group-size.hlsl.expected
blob: cd5d09e352510c84032c593b92cd2c3e99792b37 (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
result code = 0
standard error = {
}
standard output = {
{
    "parameters": [
        {
            "name": "b",
            "binding": {"kind": "unorderedAccess", "index": 0},
            "type": {
                "kind": "resource",
                "baseShape": "structuredBuffer",
                "access": "readWrite"
            }
        }
    ],
    "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]
        }
    ]
}
}