[client] font: implemented font ABI and updated OpenGL to use it

This commit is contained in:
Geoffrey McRae
2018-11-20 04:38:11 +11:00
parent d235d076c4
commit 0ed9301ed9
7 changed files with 313 additions and 86 deletions

View File

@@ -61,6 +61,7 @@ set(SOURCES
renderers/egl_shader.c
renderers/egl_texture.c
renderers/egl_model.c
fonts/sdl.c
)
add_executable(looking-glass-client ${SOURCES})