Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/STLAlignedAllocator.h>
Go to the source code of this file.
Classes | |
class | ByteBuffer |
Simple byte buffer, aligned to a cache line. More... | |
Typedefs | |
using | ByteBufferVector = std::vector< uint8, STLAlignedAllocator< uint8, JPH_CACHE_LINE_SIZE > > |
Underlying data type for ByteBuffer. More... | |
using ByteBufferVector = std::vector<uint8, STLAlignedAllocator<uint8, JPH_CACHE_LINE_SIZE> > |
Underlying data type for ByteBuffer.