summaryrefslogtreecommitdiff
path: root/tests/reflection/acceleration-structure.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reflection/acceleration-structure.slang')
-rw-r--r--tests/reflection/acceleration-structure.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reflection/acceleration-structure.slang b/tests/reflection/acceleration-structure.slang
index cfb7d232b..cbff7784d 100644
--- a/tests/reflection/acceleration-structure.slang
+++ b/tests/reflection/acceleration-structure.slang
@@ -1,6 +1,6 @@
//TEST(64-bit):REFLECTION(filecheck=CHECK): -target cuda
-// CHECK: "binding": {"kind": "uniform", "offset": 0, "size": 8},
+// CHECK: "binding": {"kind": "uniform", "offset": 0, "size": 8, "elementStride": 0},
uniform RaytracingAccelerationStructure accel;
[numthreads(1,1,1)]