Rename indexed_mesh::count -> indexed_mesh::index_count

This commit is contained in:
Nikita Lisitsa 2020-10-02 19:13:54 +03:00
parent d4a7611ee5
commit 3c215d6abb

View file

@ -605,7 +605,7 @@ namespace psemek::gfx
gl::DrawElements(primitive_type_, count_, index_type_, nullptr);
}
GLsizei count() const
GLsizei index_count() const
{
return count_;
}