Rebel Fork Framework
Urho3D::ParticleGraphSpan Struct Reference

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.
 

Detailed Description

Memory layout definition.

Constructor & Destructor Documentation

◆ ParticleGraphSpan() [1/2]

Urho3D::ParticleGraphSpan::ParticleGraphSpan ( )

Construct.

Construct ParticleGraphSpan.

◆ ParticleGraphSpan() [2/2]

Urho3D::ParticleGraphSpan::ParticleGraphSpan ( unsigned  offset,
unsigned  sizeInBytes_ 
)

Construct.

Construct ParticleGraphSpan.


The documentation for this struct was generated from the following files: