Rebel Fork Framework
Urho3D::ParticleGraphLayer::AttributeBufferLayout Struct Reference

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.
 

Detailed Description

Layout of attribute buffer.


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