Home
last modified time | relevance | path

Searched refs:storage (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp54 ParticleCollection::ParticleAttribute* storage, in ParticleStreamCreate() argument
75 storage->m_Usage = static_cast<s32>(usage); in ParticleStreamCreate()
76 storage->m_IsStream = true; in ParticleStreamCreate()
77 storage->m_Stream = reinterpret_cast<f32*>(memory); in ParticleStreamCreate()
99 ParticleCollection::ParticleAttribute* storage, in ParticleParameterAttributeCreate() argument
115 storage->m_Usage = static_cast<s32>(usage); in ParticleParameterAttributeCreate()
116 storage->m_IsStream = false; in ParticleParameterAttributeCreate()
117 storage->m_Stream = reinterpret_cast<f32*>(memory); in ParticleParameterAttributeCreate()