Added IndexMapper::GetBuffer()

Former-commit-id: 5b203ea56f2201f5ff3c6bbdbc7a6573ed59f136
This commit is contained in:
Lynix
2013-01-03 23:28:41 +01:00
parent 23edd637dd
commit ef5f4617c8
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ class NAZARA_API NzIndexMapper
~NzIndexMapper() = default;
nzUInt32 Get(unsigned int i) const;
const NzIndexBuffer* GetBuffer() const;
void Set(unsigned int i, nzUInt32 value);