X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Ffunction_override.glsl;h=0a390952094fe1ad2ef11269da66596d219655f3;hb=8f12c5d2527f61183b2ae36aab224eefbf52086a;hp=746ea8d39ea8852828bad3a383ecb0b07a4805b3;hpb=9d9e008291a447b5d192e724e9022180503c8c3e;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()