X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fglsl%2Fredundant_gl_position.glsl;fp=tests%2Fglsl%2Fredundant_gl_position.glsl;h=493defafe23a74c7337f3d76e7cdcc9a15498103;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=3ac45340f45f53cb04c77e404aa69835f9116a46;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/redundant_gl_position.glsl b/tests/glsl/redundant_gl_position.glsl index 3ac45340..493defaf 100644 --- a/tests/glsl/redundant_gl_position.glsl +++ b/tests/glsl/redundant_gl_position.glsl @@ -6,6 +6,8 @@ void main() gl_Position = position; } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; void main()