X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fglsl%2Fredundant_gl_position.glsl;h=493defafe23a74c7337f3d76e7cdcc9a15498103;hb=8f12c5d2527f61183b2ae36aab224eefbf52086a;hp=3ac45340f45f53cb04c77e404aa69835f9116a46;hpb=6ba314198dce795408690456fa1f0ef559aa1532;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()