From 83bf2115ead86dcfeb697d84d6888143a549d765 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 16 Dec 2023 23:24:12 +0200 Subject: [PATCH] Fix an incorrect GLSL compiler test case --- tests/glsl/runtime_sized_array_in_storage_block.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/glsl/runtime_sized_array_in_storage_block.glsl b/tests/glsl/runtime_sized_array_in_storage_block.glsl index 9d17e1b0..cf50749b 100644 --- a/tests/glsl/runtime_sized_array_in_storage_block.glsl +++ b/tests/glsl/runtime_sized_array_in_storage_block.glsl @@ -11,7 +11,7 @@ void main() } /* Expected output: vertex -buffer Data +layout(binding=6) buffer Data { vec4 array[]; }; -- 2.45.2