-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b68db9
commit b74f38c
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule freetype
updated
from bf04c5 to fdb10e
Submodule glm
updated
79 files
Submodule textogl
updated
16 files
+1 −1 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+1 −1 | README.md | |
+1 −1 | demo/demo.cpp | |
+1 −1 | include/textogl/font.hpp | |
+1 −1 | include/textogl/static_text.hpp | |
+1 −1 | include/textogl/types.hpp | |
+1 −1 | src/font.cpp | |
+1 −1 | src/font_common.cpp | |
+1 −1 | src/font_impl.hpp | |
+1 −1 | src/shaders/font.gl33.frag | |
+1 −1 | src/shaders/font.gl33.vert | |
+1 −1 | src/shaders/font.gles20.frag | |
+1 −1 | src/shaders/font.gles20.vert | |
+1 −1 | src/shaders/shaders.inl.in | |
+1 −1 | src/static_text.cpp |