Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShape.h420 m_IndexOnShape( value.m_IndexOnShape ), in ResVertexAttributeIterator()
432 return (m_IndexOnShape >= 0); in IsValid()
448 return m_Shape.GetVertexAttributes( m_IndexOnShape );
465 return m_Shape.GetVertexAttributes( m_IndexOnShape );
489 ++m_IndexOnShape;
490 if (m_Shape.GetVertexAttributesCount() > m_IndexOnShape)
492 ResVertexAttribute attribute = m_Shape.GetVertexAttributes(m_IndexOnShape);
502 m_IndexOnShape = -1;
525 s32 m_IndexOnShape; variable
537 m_IndexOnShape( 0 ), in ResVertexAttributeIterator()