progs/glsl: Fix vsraytrace GLSL compilation error.
authorVinson Lee <vlee@vmware.com>
Thu, 25 Mar 2010 05:53:23 +0000 (22:53 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 25 Mar 2010 05:53:23 +0000 (22:53 -0700)
commit3fcfd69fec379b121bb6a89446f3df36e0dab5c1
tree3127ee3c193c02bf68e2fe96e638b37c5e387109
parent3bccb5447b68abc1db55d146ac2fd0fafebd22d8
progs/glsl: Fix vsraytrace GLSL compilation error.

Fixes the following GLSL error on Mac OS X.
'=' :  assigning non-constant to 'const 3-component vector of float'
progs/glsl/vsraytrace.c