[Qt Quick 2.0] implicit truncation of vector type
-
Qt 5, Qt Quick 2.0, Win Xp,
When I use Text, the output window produce the following warning:
QOpenGLShader::link: "(41,18): warning X3206: implicit truncation of vector type
"
@
Text {
text: "Go! HappyNewYear! Nice! Come on!"
}
@and meanwhile my text become ugly and a little blurry (compared with Qt Quick 1.1)
Anyone knows why?
Thank you !
-
Thanks to epicfailguy93, I read "this":http://qt-project.org/forums/viewthread/22158/
and add
@
renderType: Text.NativeRendering
@
solves the problem