X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Fredundant_geometry_gl_position.glsl;h=130f9c23706310440616d266e8c0862e406d0c95;hb=7efe2d35f5d53c0f086a1b85b7d3dea6a6c709ab;hp=f8a0e51ba2cebdd42c84f9b7cb1d211052f41cdc;hpb=4942472d6429a52ac1f03fbaffd57d011624c54a;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()