X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Funary_operators.glsl;h=9b45a05fa943aa5a3c6e296a83fabcddee15d74a;hb=97d26f5179e82cd2faf476a9605f8a4f4b33a926;hp=baef6451885904fb87e4c53c4e5a02d673d05f07;hpb=4b9c9f565bb0335034dc8c2c7ad833ee42251d5d;p=libs%2Fgl.git diff --git a/tests/glsl/unary_operators.glsl b/tests/glsl/unary_operators.glsl index baef6451..9b45a05f 100644 --- a/tests/glsl/unary_operators.glsl +++ b/tests/glsl/unary_operators.glsl @@ -13,6 +13,8 @@ void main() ++arr[0]; } +// Target API: Vulkan + /* Expected output: vertex void main() {