Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp46 m_ShapeIndexStream(), in GraphicsDrawing()
115 m_ShapeIndexStream.physicalAddr = physicalAddr; in InitializeShape()
116 m_ShapeIndexStream.isUnsignedByte = false; in InitializeShape()
218 m_ShapeIndexStream.drawVtxNum = m_ShapeVertexCount; in EndDrawingShape()
234 command = m_ShapeVertex.MakeDrawCommand( command, m_ShapeIndexStream ); in EndDrawingShape()
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h482 nn::gr::Vertex::IndexStream m_ShapeIndexStream; variable