X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Ffunction_override.glsl;fp=tests%2Fglsl%2Ffunction_override.glsl;h=0a390952094fe1ad2ef11269da66596d219655f3;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=746ea8d39ea8852828bad3a383ecb0b07a4805b3;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/function_override.glsl b/tests/glsl/function_override.glsl index 746ea8d3..0a390952 100644 --- a/tests/glsl/function_override.glsl +++ b/tests/glsl/function_override.glsl @@ -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()