]> git.tdb.fi Git - libs/gl.git/commitdiff
Add support for padding in vertex formats
authorMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 13:39:01 +0000 (15:39 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 17 Nov 2021 13:48:20 +0000 (15:48 +0200)
Vulkan requires attributes to be correctly aligned, so depending on the
combination of types padding may be necessary.  It's better to make it
explicit so support for raw mesh data files can be added in the future.


No differences found