X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fredundant_geometry_gl_position.glsl;fp=tests%2Fglsl%2Fredundant_geometry_gl_position.glsl;h=130f9c23706310440616d266e8c0862e406d0c95;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=f8a0e51ba2cebdd42c84f9b7cb1d211052f41cdc;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/redundant_geometry_gl_position.glsl b/tests/glsl/redundant_geometry_gl_position.glsl index f8a0e51b..130f9c23 100644 --- a/tests/glsl/redundant_geometry_gl_position.glsl +++ b/tests/glsl/redundant_geometry_gl_position.glsl @@ -19,6 +19,8 @@ void main() } } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; void main()