]> git.tdb.fi Git - libs/gl.git/commitdiff
Refactor lexical conversion of vertex attributes
authorMikko Rasa <tdb@tdb.fi>
Sun, 28 Mar 2021 13:12:35 +0000 (16:12 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 28 Mar 2021 13:43:45 +0000 (16:43 +0300)
There was an error in the size of the base string for the GENERIC
attribute, causing it to never match.  Using a utility function makes
it less dependent on magic numbers.

Color is still handled specially because of the type suffix.


No differences found