diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-18 13:32:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-18 13:32:56 -0700 |
| commit | 3d313d963f29f6ca6a8d12bd5c403a70c49aca2a (patch) | |
| tree | d4a5f0cefd50c96aaf22921f9fef715b6359c0c5 /tests/reflection | |
| parent | ac310e2d848f3174cfb88ca6166676afc2cbe3cd (diff) | |
| parent | 1c022e2c3654de868c45658683f9e04cf4d68cc0 (diff) | |
Merge pull request #118 from tfoleyNV/falcor-shadow-fixes
Falcor shadow fixes
Diffstat (limited to 'tests/reflection')
| -rw-r--r-- | tests/reflection/thread-group-size.hlsl.expected | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/reflection/thread-group-size.hlsl.expected b/tests/reflection/thread-group-size.hlsl.expected index 60d5e822c..d139c5b64 100644 --- a/tests/reflection/thread-group-size.hlsl.expected +++ b/tests/reflection/thread-group-size.hlsl.expected @@ -21,7 +21,9 @@ standard output = { "parameters": [ { "name": "tid", - "binding": {"kind": "vertexInput", "index": 0}, + "bindings": [ + + ], "type": { "kind": "vector", "elementCount": 3, |
