gltransformation: correct vao usage
authorMatthew Waters <matthew@centricular.com>
Tue, 7 Jul 2015 05:30:17 +0000 (15:30 +1000)
committerMatthew Waters <matthew@centricular.com>
Tue, 7 Jul 2015 05:32:13 +0000 (15:32 +1000)
commit2b9dddbafe89e05e715b0dce74f2f5e130830968
tree50f13eb3d6c2c8a6bddad3579fb7c95ab99eff98
parent26df88cd2485cf2b834ff470278d471b20c2aea3
gltransformation: correct vao usage

keep the vao bound after uploading the new vertex data

fixes a mesa GL error "no vertex array object bound" on caps changes
ext/gl/gstgltransformation.c