Remove obsolete gfx::mesh::count method

This commit is contained in:
Nikita Lisitsa 2023-02-12 11:40:38 +03:00
parent 5e6cd060d7
commit 1a06f5071d

View file

@ -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_; }