|
Rebel Fork Framework
|
Layout of attribute buffer. More...
#include <Urho3D/Particles/ParticleGraphLayer.h>
Public Member Functions | |
| void | EvaluateLayout (const ParticleGraphLayer &layer) |
| Evaluate attribute buffer size and layout. | |
Public Attributes | |
| unsigned | attributeBufferSize_ |
| Required attribute buffer size. | |
| ParticleGraphSpan | emitNodePointers_ |
| Emit node pointers. | |
| ParticleGraphSpan | initNodePointers_ |
| Init node pointers. | |
| ParticleGraphSpan | updateNodePointers_ |
| Update node pointers. | |
| ParticleGraphSpan | nodeInstances_ |
| Node instances. | |
| ParticleGraphSpan | indices_ |
| Indices. | |
| ParticleGraphSpan | scalarIndices_ |
| Indices. | |
| ParticleGraphSpan | naturalIndices_ |
| Indices. | |
| ParticleGraphSpan | destructionQueue_ |
| Indices to destroy. | |
| ParticleGraphSpan | values_ |
| Particle attribute values. | |
Layout of attribute buffer.