18 #ifndef GLSTATS_RENDERER_H
19 #define GLSTATS_RENDERER_H
21 #include <GLStats/api.h>
22 #include <GLStats/types.h>
26 namespace detail {
class Renderer; }
40 const uint32_t height );
48 GLSTATS_API
void draw(
const Data& data );
51 virtual void drawText(
const std::string& text ) = 0;
54 detail::Renderer*
const impl_;
55 friend class detail::Renderer;
59 #endif //GLSTATS_RENDERER_H