X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fglsl%2Fpassthrough.glsl;h=75e4a0c1c1b3f82ed084581e13cc2f58a62bc54f;hb=d6a04ea0146ea58c13a10098957e1d48492e26c0;hp=5b0482467aa6f3c33d077ed12bb8cf31dab83a1a;hpb=7b03ca83ca6c48b9f8c3f77c13760e7f87e9632d;p=libs%2Fgl.git diff --git a/tests/glsl/passthrough.glsl b/tests/glsl/passthrough.glsl index 5b048246..75e4a0c1 100644 --- a/tests/glsl/passthrough.glsl +++ b/tests/glsl/passthrough.glsl @@ -14,6 +14,8 @@ void main() frag_color = color; } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; layout(location=1) in vec4 color;