diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 15:36:26 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2019-09-17 15:36:26 -0400 |
commit | 145d74e433216f8c17475685c553321ca4cbedf3 (patch) | |
tree | 58a06bc92cf13ae9587015cd6b9fc6dd34f919ba /src/text.hpp | |
parent | 927348d9d8eb16b469c23ef32486bea5f94c5469 (diff) |
text rendering in-place; but something's missing
Diffstat (limited to 'src/text.hpp')
-rw-r--r-- | src/text.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp index 8efe3ae..c3479ca 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -91,6 +91,7 @@ private: FT_Library freetype; std::map<std::string, FT_Face> fonts; std::map<std::string, Font> fontData; + bool shouldUpdateVBOs; void updateVBOs(void); }; |