X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Funused_interface_block_removal.glsl;h=40f2fde6dca153ce32b5d69753ee933f8664d0f6;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=bc3307c3cf1d44c5be1df5a69b790e1650da3123;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/unused_interface_block_removal.glsl b/tests/glsl/unused_interface_block_removal.glsl index bc3307c3..40f2fde6 100644 --- a/tests/glsl/unused_interface_block_removal.glsl +++ b/tests/glsl/unused_interface_block_removal.glsl @@ -21,6 +21,8 @@ void main() gl_Position = position; } +// Target API: Vulkan + /* Expected output: vertex layout(location=0) in vec4 position; void main()