X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fmultiple_function_inline.glsl;h=dbd381f83c289c2f66bf36800842137230dc28b6;hb=c0b39b49c15845d5f239ab65262a51835a6ca1c9;hp=aedfa93f5925947c08047478004a62593087a813;hpb=e76de6e7ba324194716b8a40d83353a4c1dc824c;p=libs%2Fgl.git diff --git a/tests/glsl/multiple_function_inline.glsl b/tests/glsl/multiple_function_inline.glsl index aedfa93f..dbd381f8 100644 --- a/tests/glsl/multiple_function_inline.glsl +++ b/tests/glsl/multiple_function_inline.glsl @@ -14,6 +14,8 @@ void main() gl_Position = get_position()*get_scale(); } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; layout(location=1) in float scale;