Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp48 m_ShapeIndexStream(), in GraphicsDrawing()
117 m_ShapeIndexStream.physicalAddr = physicalAddr; in InitializeShape()
118 m_ShapeIndexStream.isUnsignedByte = false; in InitializeShape()
220 m_ShapeIndexStream.drawVtxNum = m_ShapeVertexCount; in EndDrawingShape()
236 command = m_ShapeVertex.MakeDrawCommand( command, m_ShapeIndexStream ); in EndDrawingShape()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h484 nn::gr::Vertex::IndexStream m_ShapeIndexStream; variable