]> git.tdb.fi Git - libs/gl.git/commit
Add a helper function for making indexed vertex components
authorMikko Rasa <tdb@tdb.fi>
Sun, 2 Sep 2012 14:32:19 +0000 (17:32 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 2 Sep 2012 14:36:03 +0000 (17:36 +0300)
commitc4fa55619539de9045167250d5b1c13d1827cf7a
treef34948bbc55748e02074bfde377043e62334eda3
parent77656543441a130276e0a37ba119270edd9156ff
Add a helper function for making indexed vertex components

This puts the logic for checking the allowable index ranges in one place.

The base for an indexed component must now be one with a zero index.  It
didn't make much sense to add an index to an already indexed component.

VertexFormat::offset no longer takes an index, since the helper function
can be used.
source/vertexformat.cpp
source/vertexformat.h