progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.
authorVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 09:11:26 +0000 (01:11 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 09:11:26 +0000 (01:11 -0800)
commitd642edd2d10e93c32077a729b13a7c7b0d37d25b
tree86e23735cc45096ce7b20e4ab48b26865bd92161
parent8d2f3434c5904e28b5e1bccceba7e89a94502ac1
progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.

The return type of glGetUniformLocationARB is GLint, not GLuint.
progs/vpglsl/vp-tris.c