X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=tests%2Fglsl%2Finvalid_expressions.glsl;h=2e67b76e01db0675ffc0a0d68ecce9a41109cb96;hp=996b0d355fecc09b2ce14d51f134672e12fa035f;hb=4414f0245005c8cfcd02b51ea394d612cc5776c4;hpb=f639d088c478fe5d266f9f5779928735b5176976 diff --git a/tests/glsl/invalid_expressions.glsl b/tests/glsl/invalid_expressions.glsl index 996b0d35..2e67b76e 100644 --- a/tests/glsl/invalid_expressions.glsl +++ b/tests/glsl/invalid_expressions.glsl @@ -12,6 +12,8 @@ void main() vec3 v; m*m; v*m; + ivec3 iv; + i<:10: No matching operator '/' found for 'int' and 'float' :13: No matching operator '*' found for 'mat3x2' and 'mat3x2' :14: No matching operator '*' found for 'vec3' and 'mat3x2' +:16: No matching operator '<<' found for 'int' and 'ivec3' */