add font.cpp for static members
This commit is contained in:
parent
f9629b44f8
commit
c06543bac6
1 changed files with 8 additions and 0 deletions
8
src/gpufont/font.cpp
Normal file
8
src/gpufont/font.cpp
Normal 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;
|
||||
|
||||
}
|
Loading…
Reference in a new issue