diff options
Diffstat (limited to 'tests/reflection/used-parameters.slang.expected')
| -rw-r--r-- | tests/reflection/used-parameters.slang.expected | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/reflection/used-parameters.slang.expected b/tests/reflection/used-parameters.slang.expected index 59b1ae14d..33846f8af 100644 --- a/tests/reflection/used-parameters.slang.expected +++ b/tests/reflection/used-parameters.slang.expected @@ -23,7 +23,7 @@ standard output = { "scalarType": "uint32" } }, - "binding": {"kind": "uniform", "offset": 0, "size": 8} + "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 4} } ] }, @@ -45,11 +45,11 @@ standard output = { "scalarType": "uint32" } }, - "binding": {"kind": "uniform", "offset": 0, "size": 8} + "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 4} } ] }, - "binding": {"kind": "uniform", "offset": 0, "size": 8} + "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 0} } } }, @@ -72,7 +72,7 @@ standard output = { "scalarType": "uint32" } }, - "binding": {"kind": "uniform", "offset": 0, "size": 8} + "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 4} } ] }, @@ -94,11 +94,11 @@ standard output = { "scalarType": "uint32" } }, - "binding": {"kind": "uniform", "offset": 0, "size": 8} + "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 4} } ] }, - "binding": {"kind": "uniform", "offset": 0, "size": 8} + "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 0} } } }, @@ -272,7 +272,7 @@ standard output = { }, { "name": "UsedUniform", - "binding": {"kind": "uniform", "offset": 0, "size": 4}, + "binding": {"kind": "uniform", "offset": 0, "size": 4, "elementStride": 0}, "type": { "kind": "scalar", "scalarType": "uint32" @@ -280,7 +280,7 @@ standard output = { }, { "name": "UnusedUniform", - "binding": {"kind": "uniform", "offset": 4, "size": 4}, + "binding": {"kind": "uniform", "offset": 4, "size": 4, "elementStride": 0}, "type": { "kind": "scalar", "scalarType": "uint32" @@ -377,11 +377,11 @@ standard output = { }, { "name": "UsedUniform", - "binding": {"kind": "uniform", "offset": 0, "size": 4} + "binding": {"kind": "uniform", "offset": 0, "size": 4, "elementStride": 0} }, { "name": "UnusedUniform", - "binding": {"kind": "uniform", "offset": 4, "size": 4} + "binding": {"kind": "uniform", "offset": 4, "size": 4, "elementStride": 0} } ] } |
