]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/array_element_assignment.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / array_element_assignment.glsl
index eb98ddc4d001d37495cd33fbe586271b42fd8d0f..e5a09358b68ca33a76697a50d152683f633e8b41 100644 (file)
@@ -11,6 +11,8 @@ void main()
        gl_Position = vec4(s);
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 void main()
 {