Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
ByteBuffer.h File Reference

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...
 

Typedef Documentation

◆ ByteBufferVector

Underlying data type for ByteBuffer.