]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/constant_ternary_removal.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / constant_ternary_removal.glsl
index 02707103a6dbbb278c01d4642d9131fcf2f86f19..1072ba1ea7b945261acdafe45a32316bd69f3859 100644 (file)
@@ -16,6 +16,8 @@ void main()
        frag_color = (use_color ? color : vec4(1.0));
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 void main()