Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResShape.h455 m_IndexOnShape( value.m_IndexOnShape ), in ResVertexAttributeIterator()
467 return (m_IndexOnShape >= 0); in IsValid()
483 return m_Shape.GetVertexAttributes( m_IndexOnShape );
500 return m_Shape.GetVertexAttributes( m_IndexOnShape );
524 ++m_IndexOnShape;
525 if (m_Shape.GetVertexAttributesCount() > m_IndexOnShape)
527 ResVertexAttribute attribute = m_Shape.GetVertexAttributes(m_IndexOnShape);
537 m_IndexOnShape = -1;
560 s32 m_IndexOnShape; variable
572 m_IndexOnShape( 0 ), in ResVertexAttributeIterator()