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