]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/partially_unused_interface_block.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / partially_unused_interface_block.glsl
index 7ccdc0d766c032befdd301a5b4f0176c03644ca3..6bd0497b0d7a9bed8fdeb1617e428ca5b8901363 100644 (file)
@@ -27,8 +27,10 @@ void main()
        frag_color = vs_out.color*tint;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
-layout(binding=72) uniform GlobalValues
+layout(set=0, binding=24) uniform GlobalValues
 {
        vec4 tint;
        vec2 scale;
@@ -49,7 +51,7 @@ void main()
 */
 
 /* Expected output: fragment
-layout(binding=72) uniform GlobalValues
+layout(set=0, binding=24) uniform GlobalValues
 {
        vec4 tint;
        vec2 scale;