MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rendering_stats.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace mbgl {
4 namespace gfx {
5 
6 struct RenderingStats {
7  RenderingStats() = default;
8  bool isZero() const;
9 
15 
19 
21 };
22 
29 
33  return *this;
34 }
35 
36 } // namespace gfx
37 } // namespace mbgl
Definition: actor.hpp:15
RenderingStats & operator+=(const RenderingStats &right)