X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tests%2Fglsl%2Funary_operators.glsl;h=9b45a05fa943aa5a3c6e296a83fabcddee15d74a;hb=08d3b5a55fad7439b47fc93d8ba604cbeb7e19ca;hp=baef6451885904fb87e4c53c4e5a02d673d05f07;hpb=49e89e55692ecdbccd98b93578d29f89669a9fc0;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() {