diff --git a/libs/gfx/include/psemek/gfx/mesh.hpp b/libs/gfx/include/psemek/gfx/mesh.hpp index b647f230..4fdfec7d 100644 --- a/libs/gfx/include/psemek/gfx/mesh.hpp +++ b/libs/gfx/include/psemek/gfx/mesh.hpp @@ -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_; }