Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Use aligned allocator for RAS_BoundingBox::DisplayArraySlot.
Struct DisplayArraySlot contains mt::vec3 which must be aligned on 16 bytes, in consideration RAS_BoundingBox::m_slots uses mt::simd_allocator to allocate with the proper alignement.
- Loading branch information