Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp55 ParticleCollection::ParticleAttribute* storage, in ParticleStreamCreate() argument
74 storage->m_Usage = static_cast<s32>(usage); in ParticleStreamCreate()
75 storage->m_IsStream = true; in ParticleStreamCreate()
76 storage->m_Stream = reinterpret_cast<f32*>(memory); in ParticleStreamCreate()
98 ParticleCollection::ParticleAttribute* storage, in ParticleParameterAttributeCreate() argument
114 storage->m_Usage = static_cast<s32>(usage); in ParticleParameterAttributeCreate()
115 storage->m_IsStream = false; in ParticleParameterAttributeCreate()
116 storage->m_Stream = reinterpret_cast<f32*>(memory); in ParticleParameterAttributeCreate()