Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp720 this->GetVertexCapacity() * this->GetVertexAttributeDimension(i) * sizeof(f32)); in FlushBuffer()
726 this->GetVertexCapacity() * sizeof(u16)); in FlushBuffer()
Dgfx_MeshRenderer.cpp479 int count = particleShape->GetVertexCapacity(); in RenderParticleShape()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h372 int GetVertexCapacity() const in GetVertexCapacity() function