Searched refs:m_ResVertexAttributeDataCount (Results 1 – 2 of 2) sorted by relevance
173 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 …]
652 m_ResVertexAttributeDataCount(0), in ParticleShape()