mirror of https://github.com/mosra/magnum.git
Browse Source
Saves 8 bytes (104 -> 96 bytes), which were before wasted on 4 byte padding before the 8-byte _indexBufferOffset member and 4 bytes after the _indexBuffer, which is new there due to the Buffer being 8 instead of 12 bytes now. On ES2 there's three 32-bit members less, which means this change only moved the 4-byte after _indexBuffer to after _indexType, i.e. 88 bytes before and 88 now as well.pull/168/head
2 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue