summaryrefslogtreecommitdiffstats
path: root/tests/reflection/ptr/ptr-self-reference.slang.expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/ptr/ptr-self-reference.slang.expected')
-rw-r--r--tests/reflection/ptr/ptr-self-reference.slang.expected8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/reflection/ptr/ptr-self-reference.slang.expected b/tests/reflection/ptr/ptr-self-reference.slang.expected
index 81745fb20..ed704579f 100644
--- a/tests/reflection/ptr/ptr-self-reference.slang.expected
+++ b/tests/reflection/ptr/ptr-self-reference.slang.expected
@@ -6,7 +6,7 @@ standard output = {
"parameters": [
{
"name": "inputBuffer",
- "binding": {"kind": "uniform", "offset": 0, "size": 16},
+ "binding": {"kind": "uniform", "offset": 0, "size": 16, "elementStride": 0},
"type": {
"kind": "resource",
"baseShape": "structuredBuffer",
@@ -21,7 +21,7 @@ standard output = {
"kind": "scalar",
"scalarType": "int32"
},
- "binding": {"kind": "uniform", "offset": 0, "size": 4}
+ "binding": {"kind": "uniform", "offset": 0, "size": 4, "elementStride": 0}
},
{
"name": "next",
@@ -29,7 +29,7 @@ standard output = {
"kind": "pointer",
"valueType": "SomeStruct"
},
- "binding": {"kind": "uniform", "offset": 8, "size": 8}
+ "binding": {"kind": "uniform", "offset": 8, "size": 8, "elementStride": 0}
}
]
}
@@ -37,7 +37,7 @@ standard output = {
},
{
"name": "outputBuffer",
- "binding": {"kind": "uniform", "offset": 16, "size": 16},
+ "binding": {"kind": "uniform", "offset": 16, "size": 16, "elementStride": 0},
"type": {
"kind": "resource",
"baseShape": "structuredBuffer",