]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/unused_interface_block_removal.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / unused_interface_block_removal.glsl
index bc3307c3cf1d44c5be1df5a69b790e1650da3123..40f2fde6dca153ce32b5d69753ee933f8664d0f6 100644 (file)
@@ -21,6 +21,8 @@ void main()
        gl_Position = position;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 void main()