http://bugs.freedesktop.org/show_bug.cgi?id=27403
--- Comment #1 from Ian Romanick <i...@freedesktop.org> 2010-04-01 21:18:05 PST --- (In reply to comment #0) > uniform sampler3D volShadSampler0; > > struct VolShad > { > sampler3D texture; > int samples; > int channels; > mat4 worldToScreen; > }; [snip] > VolShad volShad0; > volShad0.texture = volShadSampler0; > volShad0.texture = 8; This shouldn't compile. It is invalid to assign 8 to a sampler3D. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev