https://github.com/shader-slang/slang
Raw File
Tip revision: 6a8ad6eb4cab72c18de48762768e04d08b60a21c authored by jsmall-nvidia on 22 August 2018, 15:36:02 UTC
Support for [[vk::push_constant]] (#629)
Tip revision: 6a8ad6e
explicit-register-space.slang.expected
result code = 0
standard error = {
}
standard output = {
{
    "parameters": [
        {
            "name": "tx",
            "binding": {"kind": "shaderResource", "space": 2, "index": 1},
            "type": {
                "kind": "resource",
                "baseShape": "texture2D"
            }
        }
    ]
}
}
back to top