Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResShape.h450 m_IndexOnShape( value.m_IndexOnShape ), in ResVertexAttributeIterator()
462 return (m_IndexOnShape >= 0); in IsValid()
478 return m_Shape.GetVertexAttributes( m_IndexOnShape );
495 return m_Shape.GetVertexAttributes( m_IndexOnShape );
519 ++m_IndexOnShape;
520 if (m_Shape.GetVertexAttributesCount() > m_IndexOnShape)
522 ResVertexAttribute attribute = m_Shape.GetVertexAttributes(m_IndexOnShape);
532 m_IndexOnShape = -1;
555 s32 m_IndexOnShape; variable
567 m_IndexOnShape( 0 ), in ResVertexAttributeIterator()