Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp718 this->GetVertexCapacity() * this->GetVertexAttributeDimension(i) * sizeof(f32)); in FlushBuffer()
724 this->GetVertexCapacity() * sizeof(u16)); in FlushBuffer()
Dgfx_MeshRenderer.cpp481 int count = particleShape->GetVertexCapacity(); in RenderParticleShape()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h370 int GetVertexCapacity() const in GetVertexCapacity() function