]> git.tdb.fi Git - libs/gl.git/blobdiff - tests/glsl/function_override.glsl
Fix GLSL test cases so they pass the basic tests
[libs/gl.git] / tests / glsl / function_override.glsl
index 746ea8d39ea8852828bad3a383ecb0b07a4805b3..0a390952094fe1ad2ef11269da66596d219655f3 100644 (file)
@@ -13,6 +13,8 @@ float get_scale() override
        return 2.0;
 }
 
+// Target API: Vulkan
+
 /* Expected output: vertex
 layout(location=0) in vec4 position;
 void main()