From: Mikko Rasa Date: Sun, 7 Nov 2021 13:59:13 +0000 (+0200) Subject: Padding is required at the end of certain SPIR-V struct members X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=c1bf0909af97772da5b26d82272f337a14c1fae9;hp=c1bf0909af97772da5b26d82272f337a14c1fae9;p=libs%2Fgl.git Padding is required at the end of certain SPIR-V struct members If the member is is itself a struct or an array, the next member must not begin before the next alignment boundary. ---