Loading [MathJax]/extensions/tex2jax.js
Jolt Physics
A multi core friendly Game Physics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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.