Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h175 return this->m_ResVertexAttributeDataCount; in GetVertexAttributesCount()
183 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in IsVertexStream()
192 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexAttributeUsage()
201 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexAttributeFormatType()
210 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexAttributeDimension()
220 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexStreamPtr()
241 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexStreamPtr()
261 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexParameter()
275 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexParameter()
291 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in SetVertexParameter()
[all …]
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp654 m_ResVertexAttributeDataCount(0), in ParticleShape()