From: Mikko Rasa Date: Sat, 16 Dec 2023 21:24:12 +0000 (+0200) Subject: Fix an incorrect GLSL compiler test case X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=83bf2115ead86dcfeb697d84d6888143a549d765;p=libs%2Fgl.git Fix an incorrect GLSL compiler test case --- 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[]; };