]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/empty_loop_removal.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / empty_loop_removal.glsl
index 5a4cf84bd0c230e7ab79303bacb183f427a0adca..d5f7d8264e484e5ed7d022f8b8f268e987243558 100644 (file)
@@ -38,8 +38,10 @@ void main()
        frag_color = vec4(color, 1.0);
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
-layout(binding=48) uniform Transform
+layout(set=0, binding=24) uniform Transform
 {
        mat4 vp;
        mat4 model;