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