summaryrefslogtreecommitdiff
path: root/tests/cross-compile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cross-compile')
-rw-r--r--tests/cross-compile/array-of-buffers.slang.glsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cross-compile/array-of-buffers.slang.glsl b/tests/cross-compile/array-of-buffers.slang.glsl
index c3f271fe6..3dfe31d8d 100644
--- a/tests/cross-compile/array-of-buffers.slang.glsl
+++ b/tests/cross-compile/array-of-buffers.slang.glsl
@@ -25,7 +25,7 @@ layout(std140) uniform _S2
layout(std430, binding = 2)
-buffer _S3 {
+readonly buffer _S3 {
S_0 _data[];
} sb1_0[4];
@@ -35,7 +35,7 @@ buffer _S4 {
} sb2_0[5];
layout(std430, binding = 4)
-buffer _S5
+readonly buffer _S5
{
uint _data[];
} bb_0[6];