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