]> git.tdb.fi Git - libs/gl.git/commit
Padding is required at the end of certain SPIR-V struct members
authorMikko Rasa <tdb@tdb.fi>
Sun, 7 Nov 2021 13:59:13 +0000 (15:59 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 7 Nov 2021 14:00:32 +0000 (16:00 +0200)
commitc1bf0909af97772da5b26d82272f337a14c1fae9
treeab57eaf71628adc77b2031cd7c81f87c1fc39fbb
parent4571472425ca75573895c96f590ba12dedbed661
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.
source/glsl/reflect.cpp