blob: c829e37ce500eec6194f7ae69673ef54799bdf01 [file] [log] [blame]
// implicit cast adding integer to mat3 should fail
void main()
{
mat3 f = mat3(1.0) + 1;
}