Font texture atlases can be created in Core Profile GL3.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-01-05 23:25:20 -04:00
parent 8c204efafb
commit 22c4d1ae79
3 changed files with 26 additions and 3 deletions
+3
View File
@@ -92,6 +92,9 @@ public:
GLenum internalformat = 0;
GLenum externalformat = 0;
GLenum type = 0;
bool swizzled = false;
GLint swizzle[4];
};
class TempDebugGroup