summaryrefslogtreecommitdiff
path: root/tests/reflection/explicit-register-space.slang.expected
blob: c9e32c4f5364b4ea8fc10863c5dd2f3b79555f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
result code = 0
standard error = {
}
standard output = {
{
    "parameters": [
        {
            "name": "tx",
            "binding": {"kind": "shaderResource", "space": 2, "index": 1},
            "type": {
                "kind": "resource",
                "baseShape": "texture2D"
            }
        }
    ],
    "entryPoints": [
        {
            "name": "main",
            "stage:": "fragment"
        }
    ]
}
}