[client] egl: better debug output for EGL errors

This commit is contained in:
Geoffrey McRae
2021-01-24 13:17:11 +11:00
parent 88b15cb3fe
commit 202739c5be
6 changed files with 62 additions and 72 deletions

View File

@@ -34,7 +34,7 @@ make_object(
add_library(renderer_EGL STATIC
egl.c
dynprocs.c
debug.c
egldebug.c
shader.c
texture.c
model.c