]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/unary_operators.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / unary_operators.glsl
index baef6451885904fb87e4c53c4e5a02d673d05f07..9b45a05fa943aa5a3c6e296a83fabcddee15d74a 100644 (file)
@@ -13,6 +13,8 @@ void main()
        ++arr[0];
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 void main()
 {