X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fredundant_gl_position.glsl;h=493defafe23a74c7337f3d76e7cdcc9a15498103;hb=7efe2d35f5d53c0f086a1b85b7d3dea6a6c709ab;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()