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