Sign in
webkit
/
WebKit
/
0e4328c5b03a383f0100ef33ad31b474fc1d9cab
/
.
/
LayoutTests
/
fast
/
canvas
/
webgl
/
shaders
/
implicit
/
add_int_mat3.vert
blob: c829e37ce500eec6194f7ae69673ef54799bdf01 [
file
] [
log
] [
blame
]
// implicit cast adding integer to mat3 should fail
void
main
()
{
mat3 f
=
mat3
(
1.0
)
+
1
;
}