Rebel Fork Framework
|
Memory layout definition. More...
#include <Urho3D/Particles/ParticleGraphMemory.h>
Public Member Functions | |
ParticleGraphSpan () | |
Construct. More... | |
ParticleGraphSpan (unsigned offset, unsigned sizeInBytes_) | |
Construct. More... | |
template<typename T > | |
ea::span< T > | MakeSpan (ea::span< uint8_t > buffer) const |
Make a span of type T from memory buffer. | |
Public Attributes | |
unsigned | offset_ |
Offset in the buffer. | |
unsigned | size_ |
Size in bytes. | |
Memory layout definition.
Urho3D::ParticleGraphSpan::ParticleGraphSpan | ( | ) |
Construct.
Construct ParticleGraphSpan.
Urho3D::ParticleGraphSpan::ParticleGraphSpan | ( | unsigned | offset, |
unsigned | sizeInBytes_ | ||
) |
Construct.
Construct ParticleGraphSpan.