Rename indexed_mesh::count -> indexed_mesh::index_count
This commit is contained in:
parent
d4a7611ee5
commit
3c215d6abb
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ namespace psemek::gfx
|
|||
gl::DrawElements(primitive_type_, count_, index_type_, nullptr);
|
||||
}
|
||||
|
||||
GLsizei count() const
|
||||
GLsizei index_count() const
|
||||
{
|
||||
return count_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue