From 622f9bc884088875a72887868794bd418da16b15 Mon Sep 17 00:00:00 2001 From: Ahmed Harmouche Date: Mon, 30 Sep 2024 08:38:09 +0200 Subject: [PATCH] Fix interface_block test --- test/CodeGen/interface_blocks.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/interface_blocks.glsl b/test/CodeGen/interface_blocks.glsl index f45457b..28595a9 100644 --- a/test/CodeGen/interface_blocks.glsl +++ b/test/CodeGen/interface_blocks.glsl @@ -32,4 +32,4 @@ void main() { } // CHECK: spirv.ExecutionMode @main "LocalSize", 16, 8, 4 -// CHECK: spirv.EntryPoint "GLCompute" @main, @gl_GlobalInvocationID, @result, @data +// CHECK: spirv.EntryPoint "GLCompute" @main, @data, @gl_GlobalInvocationID, @result