Replaced uint32_t with size_t.

This commit is contained in:
David Williams
2015-12-20 21:59:27 +00:00
parent 1e9fdf074a
commit 9a8e816485
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ namespace PolyVox
const VertexType* getRawVertexData(void) const;
POLYVOX_DEPRECATED const std::vector<VertexType>& getVertices(void) const;
uint32_t getNoOfIndices(void) const;
size_t getNoOfIndices(void) const;
IndexType getIndex(uint32_t index) const;
const IndexType* getRawIndexData(void) const;
POLYVOX_DEPRECATED const std::vector<IndexType>& getIndices(void) const;