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