Remove obsolete gfx::mesh::count method
This commit is contained in:
parent
5e6cd060d7
commit
1a06f5071d
1 changed files with 0 additions and 2 deletions
|
|
@ -193,8 +193,6 @@ namespace psemek::gfx
|
|||
std::size_t index_count() const { return info_.index_count_; }
|
||||
std::size_t instance_count() const { return info_.instance_count_; }
|
||||
|
||||
std::size_t count() const; // total vertex count = number of vertex shader executions
|
||||
|
||||
GLenum primitive_type() const { return info_.primitive_type_; }
|
||||
GLenum index_type() const { return info_.index_type_; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue