summaryrefslogtreecommitdiffstats
path: root/tests/ir/string-literal-hash-reflection.slang.expected
blob: 7f99493f76129037d9a5f9f6a2541cf0262d9fe2 (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
result code = 0
standard error = {
}
standard output = {
{
    "parameters": [
        {
            "name": "outputBuffer",
            "binding": {"kind": "unorderedAccess", "index": 0},
            "type": {
                "kind": "resource",
                "baseShape": "structuredBuffer",
                "access": "readWrite",
                "resultType": {
                    "kind": "scalar",
                    "scalarType": "int32"
                }
            }
        }
    ],
    "entryPoints": [
        {
            "name": "computeMain",
            "stage": "compute",
            "parameters": [
                {
                    "name": "tid",
                    "semanticName": "SV_DISPATCHTHREADINDEX",
                    "type": {
                        "kind": "scalar",
                        "scalarType": "uint32"
                    }
                }
            ],
            "threadGroupSize": [4, 1, 1]
        }
    ],
    "hashedStrings": {
        "Hello \t\n\0x083 World": -215446506,
        "Try another": 900483678
    }

}
}