Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleShape.h173 return this->m_ResVertexAttributeDataCount; in GetVertexAttributesCount()
181 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in IsVertexStream()
190 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexAttributeUsage()
199 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexAttributeFormatType()
208 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexAttributeDimension()
218 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexStreamPtr()
239 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexStreamPtr()
259 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexParameter()
273 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in GetVertexParameter()
289 NW_ASSERT(index >= 0 && index < this->m_ResVertexAttributeDataCount); in SetVertexParameter()
[all …]
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp652 m_ResVertexAttributeDataCount(0), in ParticleShape()