Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Image and warning X3206: implicit truncation of vector type

$
0
0
I don’t know much about why this warning is emitted, but it happens when the (in this case, default) GLSL shader (and in this case, I assume it’s a fragment shader) is compiled. We’re getting well out of my area of competence, but I think that there’s probably an issue with ANGLE regarding how the GLSL shader is converted to HLSL, which causes an assignment (most likely of a uniform) to a different type, causing an implicit truncation. Build your Qt with desktop openGL configuration instead of ANGLE, and you should see this go away. Cheers, Chris.

Viewing all articles
Browse latest Browse all 4972

Trending Articles