From: Mikko Rasa Date: Wed, 17 Nov 2021 13:39:01 +0000 (+0200) Subject: Add support for padding in vertex formats X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=8a8cce8ef4ee28b3572a72958b8b407759f9f826;hp=8a8cce8ef4ee28b3572a72958b8b407759f9f826;p=libs%2Fgl.git Add support for padding in vertex formats 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. ---