diff options
Diffstat (limited to 'tests/reflection/actual-global.slang.expected')
| -rw-r--r-- | tests/reflection/actual-global.slang.expected | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reflection/actual-global.slang.expected b/tests/reflection/actual-global.slang.expected index bef1a05d9..44180c133 100644 --- a/tests/reflection/actual-global.slang.expected +++ b/tests/reflection/actual-global.slang.expected @@ -6,7 +6,7 @@ standard output = { "parameters": [ { "name": "regularGlobal", - "binding": {"kind": "uniform", "offset": 0, "size": 4}, + "binding": {"kind": "uniform", "offset": 0, "size": 4, "elementStride": 0}, "type": { "kind": "scalar", "scalarType": "int32" @@ -14,7 +14,7 @@ standard output = { }, { "name": "outputBuffer", - "binding": {"kind": "uniform", "offset": 8, "size": 16}, + "binding": {"kind": "uniform", "offset": 8, "size": 16, "elementStride": 0}, "type": { "kind": "resource", "baseShape": "structuredBuffer", |
