diff options
Diffstat (limited to 'tests/reflection')
| -rw-r--r-- | tests/reflection/attribute.slang.expected | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/reflection/attribute.slang.expected b/tests/reflection/attribute.slang.expected index 9b51aae32..a5bce747b 100644 --- a/tests/reflection/attribute.slang.expected +++ b/tests/reflection/attribute.slang.expected @@ -288,8 +288,7 @@ standard output = { ] } ], - "stage": "compute", - "binding": {"kind": "varyingInput", "index": 0}, + "binding": {"kind": "uniform", "offset": 0, "size": 4}, "type": { "kind": "scalar", "scalarType": "float32" @@ -304,8 +303,7 @@ standard output = { ] } ], - "stage": "compute", - "binding": {"kind": "varyingInput", "index": 1}, + "binding": {"kind": "uniform", "offset": 4, "size": 4}, "type": { "kind": "scalar", "scalarType": "float32" |
