]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix vertex array offsets
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Sep 2012 19:06:25 +0000 (22:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 3 Sep 2012 20:07:13 +0000 (23:07 +0300)
Since array application order may now be different from the format order,
and VertexArrayBuilder stores components in the latter, calculating the
offsets while applying arrays gives wrong results.


No differences found