mirror of https://github.com/mosra/magnum.git
Browse Source
Since the main speed advantage of the function is that it hashes a *whole* vertex together instead of going through the attribute arrays one by one, it can't really operate on whatever funny interleaved layout it was given as there may be padding bytes with random content, breaking the deduplication. Since checking that a layout is really padding-less is rather complex, the repacking is now performed always. This also means the && overload makes no sense anymore and thus it was dropped. This makes the test added in the previous commit not assert anymore, and behave the same as the padding-less case.pull/547/head
3 changed files with 26 additions and 26 deletions
Loading…
Reference in new issue