26 const void* pVertexData,
27 size_t vertexDataSize,
28 const void* pIndexData,
31 const std::string& meshId
38 u32 GetNumOfIndices()
const {
return m_numOfIndices; }
39 TVertexBufferId GetVertexBuffer()
const {
return m_glVertexBuffer; }
40 TIndexBufferId GetIndexBuffer()
const {
return m_glIndexBuffer; }
48 const std::string& GetMeshId()
const {
return m_meshId; }
54 TVertexBufferId m_glVertexBuffer;
55 TIndexBufferId m_glIndexBuffer;
56 const std::string m_meshId;
60 #if defined(EEGEO_IOS) || defined(EEGEO_OSX)