diff options
| author | Yong He <yonghe@outlook.com> | 2023-11-01 21:42:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 21:42:12 -0700 |
| commit | 6aca3813c4ccc496c0f9b2db293acb546aa11d2d (patch) | |
| tree | 5281f0ac62946787db90409c1ab3da5ed3f0fc5c /tests/reflection/parameter-block.slang.expected | |
| parent | 532c4322c9d9ab2c95a5bb573c89062456b59236 (diff) | |
Parameter binding and gfx fixes. (#3302)
* Parameter binding and gfx fixes.
* Add diagnostics on entry point parameters.
* Fix.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/reflection/parameter-block.slang.expected')
| -rw-r--r-- | tests/reflection/parameter-block.slang.expected | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reflection/parameter-block.slang.expected b/tests/reflection/parameter-block.slang.expected index 0909dc8cf..1d0feaa77 100644 --- a/tests/reflection/parameter-block.slang.expected +++ b/tests/reflection/parameter-block.slang.expected @@ -6,7 +6,7 @@ standard output = { "parameters": [ { "name": "a", - "binding": {"kind": "registerSpace", "index": 1}, + "binding": {"kind": "subElementRegisterSpace", "index": 1}, "type": { "kind": "parameterBlock", "elementType": { @@ -31,7 +31,7 @@ standard output = { ] }, "containerVarLayout": { - "binding": {"kind": "registerSpace", "index": 0} + "binding": {"kind": "subElementRegisterSpace", "index": 0} }, "elementVarLayout": { "type": { |
