diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2023-07-15 01:40:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-14 22:40:11 -0700 |
| commit | 138a44ef272841cb555fa0eb5c49cc889bf1d64a (patch) | |
| tree | e54f195a49a748c378210e635578b29b04e8e176 /tests/bindings/hlsl-to-vulkan-shift.hlsl.expected | |
| parent | 3e4fe2f6f2a40bfabc34ca5a97f8c04f631c4d23 (diff) | |
Fix vk-shift-* mapping issue (#2993)
* Fix vk-shift-* mappings.
* Add some doc info about vk-shift.
* Fix diagnostic test.
Diffstat (limited to 'tests/bindings/hlsl-to-vulkan-shift.hlsl.expected')
| -rw-r--r-- | tests/bindings/hlsl-to-vulkan-shift.hlsl.expected | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/bindings/hlsl-to-vulkan-shift.hlsl.expected b/tests/bindings/hlsl-to-vulkan-shift.hlsl.expected index b0d8ace6f..939f847ca 100644 --- a/tests/bindings/hlsl-to-vulkan-shift.hlsl.expected +++ b/tests/bindings/hlsl-to-vulkan-shift.hlsl.expected @@ -21,7 +21,7 @@ standard output = { }, { "name": "c", - "binding": {"kind": "descriptorTableSlot", "index": 0}, + "binding": {"kind": "descriptorTableSlot", "index": 3}, "type": { "kind": "constantBuffer", "elementType": { @@ -86,7 +86,7 @@ standard output = { }, { "name": "u", - "binding": {"kind": "descriptorTableSlot", "index": 2}, + "binding": {"kind": "descriptorTableSlot", "index": 11}, "type": { "kind": "resource", "baseShape": "structuredBuffer", @@ -157,7 +157,7 @@ standard output = { }, { "name": "c", - "binding": {"kind": "descriptorTableSlot", "index": 0} + "binding": {"kind": "descriptorTableSlot", "index": 3} }, { "name": "t2", @@ -165,7 +165,7 @@ standard output = { }, { "name": "u", - "binding": {"kind": "descriptorTableSlot", "index": 2} + "binding": {"kind": "descriptorTableSlot", "index": 11} }, { "name": "u2", |
