]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/empty_conditional_removal.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / empty_conditional_removal.glsl
index e40d176e4620d3dd8622401a3b82eff63e570ffc..0f0dcb43aef8ab74cd1db44749965144d854d822 100644 (file)
@@ -41,8 +41,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;