https://bugs.freedesktop.org/show_bug.cgi?id=37205
--- Comment #3 from Kenneth Graunke <kenn...@whitecape.org> 2011-05-14 10:14:19 PDT --- Yep, that's the issue. The GLSL 1.10 specification, Chapter 4, explicitly states "There are no implicit conversions between types." Another alternative is to use #version 120. GLSL >= 1.20 supports implicit conversions and would be perfectly okay with that line. There's really no reason not to use 1.20 at this point. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev