add font.cpp for static members

This commit is contained in:
jrkb 2023-05-28 22:00:46 +02:00
parent f9629b44f8
commit c06543bac6

8
src/gpufont/font.cpp Normal file
View file

@ -0,0 +1,8 @@
#include "font.hpp"
namespace ofxGPUFont {
GLint Font::gl_max_texture_size = -1;
GLint Font::gl_max_uniform_block_size = -1;
}