mirror of https://github.com/mosra/magnum.git
Browse Source
Which, thanks to a 3-byte padding being now just 1 byte, makes the Buffer class 8 bytes large instead of 12. And in turn, the internal Mesh::AttributeLayout struct is now 40 bytes instead of 48 as there's no longer an extra 4 bytes of padding to satisfy 8-byte alignment of the offset member. Still can go lower than that.pull/168/head
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue