[EGL] add debug printf helper

This commit is contained in:
Geoffrey McRae
2019-08-30 11:33:43 +10:00
parent 163a2e5d0a
commit fce88fc72c
4 changed files with 87 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ make_object(
add_library(renderer_EGL STATIC
egl.c
debug.c
shader.c
texture.c
model.c