Switch index/vertex count to UInt32
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Nz
|
||||
return m_mapper.GetBuffer();
|
||||
}
|
||||
|
||||
inline UInt64 VertexMapper::GetVertexCount() const
|
||||
inline UInt32 VertexMapper::GetVertexCount() const
|
||||
{
|
||||
return GetVertexBuffer()->GetVertexCount();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user