25 const void* pVertexData,
26 size_t vertexDataSize,
27 const void* pIndexData,
30 std::vector<u32> triStripLengths,
31 const std::string& debugName);
33 const bool UsesIndices()
const {
return m_usesIndices; }
35 const u32 GetStripLength(u32 stripIndex)
const;
36 const size_t GetStripCount()
const {
return m_triStripLengths.size(); }
40 std::vector<u32> m_triStripLengths;
41 const bool m_usesIndices;